Ignore:
Timestamp:
2017-04-14T23:33:58+02:00 (9 years ago)
Author:
donvip
Message:

update to JOSM 11713

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/CommandLine/src/CommandLine/NodeAction.java

    r33026 r33238  
    77import org.openstreetmap.josm.data.osm.Node;
    88import org.openstreetmap.josm.data.osm.OsmPrimitive;
    9 import org.openstreetmap.josm.gui.MapFrame;
    109
    1110public class NodeAction extends AbstractOsmAction<Node> {
    1211
    13     public NodeAction(MapFrame mapFrame, CommandLine parentPlugin) {
    14         super(mapFrame, parentPlugin, "joinnode");
     12    public NodeAction(CommandLine parentPlugin) {
     13        super(parentPlugin, "joinnode");
    1514    }
    1615
Note: See TracChangeset for help on using the changeset viewer.