Changeset 17377 in josm
- Timestamp:
- 2020-11-30T11:04:32+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java
r17376 r17377 105 105 * If there is exactly one node for a given pos, the map includes a pair <pos, Node>. 106 106 * If there are multiple nodes for a given pos, the map includes a pair 107 * <pos, NodesByEqualTagsMap>107 * <pos, List<Node>> 108 108 */ 109 109 private Storage<Object> potentialDuplicates;
Note:
See TracChangeset
for help on using the changeset viewer.