Ignore:
Timestamp:
2017-08-25T03:01:22+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - deprecate Main.main.undoRedo. Replacement: gui.MainApplication.undoRedo

File:
1 edited

Legend:

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

    r12639 r12641  
    6969import org.openstreetmap.josm.actions.search.SearchAction;
    7070import org.openstreetmap.josm.data.Bounds;
     71import org.openstreetmap.josm.data.UndoRedoHandler;
    7172import org.openstreetmap.josm.data.Version;
    7273import org.openstreetmap.josm.data.osm.DataSet;
     
    164165
    165166    /**
     167     * The commands undo/redo handler.
     168     * @since 12641 (as a replacement to {@code Main.main.undoRedo})
     169     */
     170    public static final UndoRedoHandler undoRedo = new UndoRedoHandler();
     171
     172    /**
    166173     * Provides access to the layers displayed in the main view.
    167174     */
Note: See TracChangeset for help on using the changeset viewer.