Ignore:
Timestamp:
2018-08-11T00:27:34+02:00 (6 years ago)
Author:
Don-vip
Message:

see #15229 - new package cli to avoid circular package dependencies

File:
1 edited

Legend:

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

    r14052 r14118  
    7070import org.jdesktop.swinghelper.debug.CheckThreadViolationRepaintManager;
    7171import org.openstreetmap.gui.jmapviewer.FeatureAdapter;
    72 import org.openstreetmap.josm.CLIModule;
    7372import org.openstreetmap.josm.Main;
    7473import org.openstreetmap.josm.actions.DeleteAction;
     
    8584import org.openstreetmap.josm.actions.mapmode.DrawAction;
    8685import org.openstreetmap.josm.actions.search.SearchAction;
     86import org.openstreetmap.josm.cli.CLIModule;
    8787import org.openstreetmap.josm.command.DeleteCommand;
    8888import org.openstreetmap.josm.command.SplitWayCommand;
Note: See TracChangeset for help on using the changeset viewer.