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/gui/dialogs/changeset/ChangesetHeaderDownloadTask.java

    r6313 r6830  
    104104     * whose parent is {@link Main#parent}.
    105105     *
    106      * Null ids or or ids <= 0 in the id collection are ignored.
     106     * Null ids or or ids &lt;= 0 in the id collection are ignored.
    107107     *
    108108     * @param ids the collection of ids. Empty collection assumed if null.
     
    118118     * whose parent is the parent window of <code>dialogParent</code>.
    119119     *
    120      * Null ids or or ids <= 0 in the id collection are ignored.
     120     * Null ids or or ids &lt;= 0 in the id collection are ignored.
    121121     *
    122122     * @param dialogParent the parent reference component for the {@link org.openstreetmap.josm.gui.PleaseWaitDialog}. Must not be null.
Note: See TracChangeset for help on using the changeset viewer.