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

javadoc fixes for jdk8 compatibility

File:
1 edited

Legend:

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

    r6822 r6830  
    4747     * constructor
    4848     *
    49      * @param primitive  the primitive to be read. Must not be null. primitive.id > 0 expected
     49     * @param primitive  the primitive to be read. Must not be null. primitive.id > 0 expected
    5050     *
    5151     * @exception IllegalArgumentException thrown if primitive is null
    52      * @exception IllegalArgumentException thrown if primitive.id <= 0
     52     * @exception IllegalArgumentException thrown if primitive.id &lt;= 0
    5353     */
    5454    public OsmServerBackreferenceReader(OsmPrimitive primitive) throws IllegalArgumentException {
     
    6262     * constructor
    6363     *
    64      * @param id  the id of the primitive. > 0 expected
     64     * @param id  the id of the primitive. &gt; 0 expected
    6565     * @param type the type of the primitive. Must not be null.
    6666     *
    67      * @exception IllegalArgumentException thrown if id <= 0
     67     * @exception IllegalArgumentException thrown if id &lt;= 0
    6868     * @exception IllegalArgumentException thrown if type is null
    6969     *
     
    9797     * @param readFull true, if referers should be read fully (i.e. including their immediate children)
    9898     *
    99      * @exception IllegalArgumentException thrown if id <= 0
     99     * @exception IllegalArgumentException thrown if id &lt;= 0
    100100     * @exception IllegalArgumentException thrown if type is null
    101101     *
Note: See TracChangeset for help on using the changeset viewer.