Ignore:
Timestamp:
2016-01-16T00:00:30+01:00 (8 years ago)
Author:
Don-vip
Message:

ExceptionUtil: add unit test, fix javadoc, various NPEs, HTML formatting problems (missing end tags)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/ExceptionDialogUtil.java

    r8510 r9474  
    354354
    355355    /**
    356      * Explains a {@link OsmApiException} with a generic error
    357      * message.
     356     * Explains a {@link OsmApiException} with a generic error message.
    358357     *
    359358     * @param e the exception
     
    392391     * @param e the exception
    393392     */
    394 
    395393    public static void explainNestedUnkonwnHostException(OsmTransferException e) {
    396394        HelpAwareOptionPane.showOptionDialog(
Note: See TracChangeset for help on using the changeset viewer.