Changeset 22714 in osm for applications
- Timestamp:
- 2010-08-20T23:43:07+02:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/DuplicateWay.java
r20828 r22714 167 167 ways.remove(wayToKeep); 168 168 commands.add(new DeleteCommand(ways)); 169 Main.main.undoRedo.add(new SequenceCommand(tr("Delete duplicate ways"), commands)); 170 return null; 169 return new SequenceCommand(tr("Delete duplicate ways"), commands); 171 170 } 172 171
Note:
See TracChangeset
for help on using the changeset viewer.