Ignore:
Timestamp:
2016-06-25T11:56:57+02:00 (8 years ago)
Author:
donvip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/DeleteChosenRelationAction.java

    r32395 r32398  
    3333        Relation r = rel.get();
    3434        rel.clear();
    35         Command c = DeleteCommand.delete(Main.main.getEditLayer(), Collections.singleton(r), true, true);
    36         if (c != null ) {
     35        Command c = DeleteCommand.delete(Main.getLayerManager().getEditLayer(), Collections.singleton(r), true, true);
     36        if (c != null) {
    3737            Main.main.undoRedo.add(c);
    3838        }
Note: See TracChangeset for help on using the changeset viewer.