Changeset 19616 in osm for applications
- Timestamp:
- 2010-01-24T23:18:42+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java
r19597 r19616 126 126 } 127 127 if (target == null) { 128 nodes.iterator().next(); 128 target = nodes.iterator().next(); 129 129 } 130 130
Note:
See TracChangeset
for help on using the changeset viewer.