Changeset 8540 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2015-06-27T21:43:35+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r8510 r8540 477 477 } 478 478 479 public static boolean checkAndConfirmOutlyingDelete(Collection<? extends OsmPrimitive> primitives, Collection<? extends OsmPrimitive> ignore) { 479 public static boolean checkAndConfirmOutlyingDelete(Collection<? extends OsmPrimitive> primitives, 480 Collection<? extends OsmPrimitive> ignore) { 480 481 return Command.checkAndConfirmOutlyingOperation("delete", 481 482 tr("Delete confirmation"),
Note:
See TracChangeset
for help on using the changeset viewer.