Changeset 40 in josm for src/org/openstreetmap/josm/command/AddCommand.java
- Timestamp:
- 2006-01-11T23:39:36+01:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/command/AddCommand.java
r35 r40 6 6 import org.openstreetmap.josm.data.osm.OsmPrimitive; 7 7 import org.openstreetmap.josm.data.osm.visitor.AddVisitor; 8 import org.openstreetmap.josm.data.osm.visitor.DeleteVisitor; 8 9 9 10 /** … … 38 39 39 40 public void undoCommand() { 40 osm. setDeleted(true);41 osm.visit(new DeleteVisitor(ds)); 41 42 } 42 43
Note:
See TracChangeset
for help on using the changeset viewer.
