Changeset 10970 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2016-09-07T00:00:53+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DuplicateNode.java
r10948 r10970 407 407 } 408 408 409 if (Command.checkOutlyingOrIncompleteOperation( "delete",nodes, Collections.singleton(target)) == Command.IS_OK)409 if (Command.checkOutlyingOrIncompleteOperation(nodes, Collections.singleton(target)) == Command.IS_OK) 410 410 return MergeNodesAction.mergeNodes(Main.getLayerManager().getEditLayer(), nodes, target); 411 411 }
Note:
See TracChangeset
for help on using the changeset viewer.