Ignore:
Timestamp:
2009-07-26T17:03:00+02:00 (15 years ago)
Author:
Gubaer
Message:

improved deleting relations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/Command.java

    r1814 r1856  
    5353        this.layer = Main.map.mapView.getEditLayer();
    5454    }
     55
     56    /**
     57     * Creates a new command in the context of a specific data layer
     58     *
     59     * @param layer the data layer
     60     */
     61    public Command(OsmDataLayer layer) {
     62        this.layer = layer;
     63    }
     64
    5565    /**
    5666     * Executes the command on the dataset. This implementation will remember all
Note: See TracChangeset for help on using the changeset viewer.