Ignore:
Timestamp:
2014-02-10T00:51:53+01:00 (10 years ago)
Author:
Don-vip
Message:

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/FileExporter.java

    r6815 r6830  
    3636
    3737    /**
    38      * Returns the enabled state of this {@code FileExporter}. When enabled, it is listed and usable in "File->Save" dialogs.
     38     * Returns the enabled state of this {@code FileExporter}. When enabled, it is listed and usable in "File->Save" dialogs.
    3939     * @return true if this {@code FileExporter} is enabled
    4040     * @since 5459
     
    4545
    4646    /**
    47      * Sets the enabled state of the {@code FileExporter}. When enabled, it is listed and usable in "File->Save" dialogs.
     47     * Sets the enabled state of the {@code FileExporter}. When enabled, it is listed and usable in "File->Save" dialogs.
    4848     * @param enabled true to enable this {@code FileExporter}, false to disable it
    4949     * @since 5459
Note: See TracChangeset for help on using the changeset viewer.