Changeset 17377 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2020-11-30T11:04:32+01:00 (3 years ago)
Author:
GerdP
Message:

fix javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java

    r17376 r17377  
    105105     * If there is exactly one node for a given pos, the map includes a pair <pos, Node>.
    106106     * If there are multiple nodes for a given pos, the map includes a pair
    107      * <pos, NodesByEqualTagsMap>
     107     * <pos, List<Node>>
    108108     */
    109109    private Storage<Object> potentialDuplicates;
Note: See TracChangeset for help on using the changeset viewer.