Changeset 8769 in osm for applications/editors/josm
- Timestamp:
- 2008-07-05T20:07:14+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateNode.java
r6302 r8769 58 58 public void visit(Node n) 59 59 { 60 nodes.add(n.coor, n); 60 if(!n.deleted && !n.incomplete) 61 nodes.add(n.coor, n); 61 62 } 62 63
Note:
See TracChangeset
for help on using the changeset viewer.