Changeset 9989 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2016-03-14T01:49:27+01:00 (9 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/command
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r9971 r9989 154 154 155 155 @Override 156 public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, 157 Collection<OsmPrimitive> added) {156 public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) { 157 // Do nothing 158 158 } 159 159 -
trunk/src/org/openstreetmap/josm/command/PurgeCommand.java
r9371 r9989 276 276 @Override 277 277 public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) { 278 // Do nothing 278 279 } 279 280 -
trunk/src/org/openstreetmap/josm/command/SelectCommand.java
r9371 r9989 33 33 @Override 34 34 public void fillModifiedData(Collection<OsmPrimitive> modified, Collection<OsmPrimitive> deleted, Collection<OsmPrimitive> added) { 35 // Do nothing 35 36 } 36 37
Note:
See TracChangeset
for help on using the changeset viewer.