Changeset 4021 in osm for applications/editors
- Timestamp:
- 2007-08-08T21:45:39+02:00 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/SingleNodeSegment.java
r3441 r4021 79 79 80 80 if( cmds.size() == 1 ) // Segment wasn't in any way 81 return (Command)cmds.get(0);81 return cmds.get(0); 82 82 83 83 NameVisitor nameV = new NameVisitor();
Note:
See TracChangeset
for help on using the changeset viewer.