Changeset 6106 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2013-08-03T00:21:50+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r6104 r6106 202 202 return null; 203 203 else { 204 List<PseudoCommand> children = new ArrayList<PseudoCommand>(); 204 List<PseudoCommand> children = new ArrayList<PseudoCommand>(toDelete.size()); 205 205 for (final OsmPrimitive osm : toDelete) { 206 206 children.add(new PseudoCommand() {
Note:
See TracChangeset
for help on using the changeset viewer.