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/actions/DownloadReferrersAction.java

    r6814 r6830  
    7070     *
    7171     * @param targetLayer  the target layer. Must not be null.
    72      * @param id the primitive id. id > 0 required.
     72     * @param id the primitive id. id > 0 required.
    7373     * @param type the primitive type. type != null required
    7474     * @exception IllegalArgumentException thrown if targetLayer is null
    75      * @exception IllegalArgumentException thrown if id <= 0
     75     * @exception IllegalArgumentException thrown if id &lt;= 0
    7676     * @exception IllegalArgumentException thrown if type == null
    7777     */
Note: See TracChangeset for help on using the changeset viewer.