Changeset 15077 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2019-05-15T22:34:57+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/RemoveNodesCommand.java
r15013 r15077 37 37 * @param way The way to modify. Must not be null, and belong to a data set 38 38 * @param rmNodes The set of nodes to remove 39 * @since xxx39 * @since 15013 40 40 */ 41 41 public RemoveNodesCommand(Way way, Set<Node> rmNodes) {
Note:
See TracChangeset
for help on using the changeset viewer.