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/data/validation/tests/DuplicateNode.java

    r6639 r6830  
    101101    /** The map of potential duplicates.
    102102     *
    103      * If there is exactly one node for a given pos, the map includes a pair <pos, Node>.
     103     * If there is exactly one node for a given pos, the map includes a pair &lt;pos, Node&gt;.
    104104     * If there are multiple nodes for a given pos, the map includes a pair
    105      * <pos, NodesByEqualTagsMap>
     105     * &lt;pos, NodesByEqualTagsMap&gt;
    106106     */
    107107    private Storage<Object> potentialDuplicates;
Note: See TracChangeset for help on using the changeset viewer.