Changeset 6316 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2013-10-07T20:18:17+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/RemoveNodesCommand.java
r6253 r6316 7 7 import java.util.HashSet; 8 8 import java.util.List; 9 import java.util.Set; 10 9 11 import javax.swing.Icon; 10 12 … … 26 28 27 29 private final Way way; 28 private final HashSet<Node> rmNodes;30 private final Set<Node> rmNodes; 29 31 30 32 public RemoveNodesCommand(Way way, List<Node> rmNodes) {
Note:
See TracChangeset
for help on using the changeset viewer.