Ignore:
Timestamp:
2017-08-28T19:26:47+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - introduce Main.getEditDataSet to avoid unneeded GUI dependence in validator tests and tagging presets

File:
1 edited

Legend:

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

    r12665 r12691  
    632632
    633633    /**
     634     * Gets the data set of the active edit layer.
     635     * @return That data set, <code>null</code> if there is no edit layer.
     636     * @since 12691
     637     */
     638    public DataSet getEditDataSet() {
     639        return null;
     640    }
     641
     642    /**
    634643     * Registers a {@code JosmAction} and its shortcut.
    635644     * @param action action defining its own shortcut
Note: See TracChangeset for help on using the changeset viewer.