Changeset 33238 in osm for applications/editors/josm/plugins/CommandLine/src/CommandLine/NodeAction.java
- Timestamp:
- 2017-04-14T23:33:58+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/CommandLine/src/CommandLine/NodeAction.java
r33026 r33238 7 7 import org.openstreetmap.josm.data.osm.Node; 8 8 import org.openstreetmap.josm.data.osm.OsmPrimitive; 9 import org.openstreetmap.josm.gui.MapFrame;10 9 11 10 public class NodeAction extends AbstractOsmAction<Node> { 12 11 13 public NodeAction( MapFrame mapFrame,CommandLine parentPlugin) {14 super( mapFrame,parentPlugin, "joinnode");12 public NodeAction(CommandLine parentPlugin) { 13 super(parentPlugin, "joinnode"); 15 14 } 16 15
Note:
See TracChangeset
for help on using the changeset viewer.
