Changeset 12696 in josm


Ignore:
Timestamp:
2017-08-29T22:28:55+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - remove deprecation of Main.undoRedo until I figure how to deal with this class

File:
1 edited

Legend:

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

    r12691 r12696  
    136136    /**
    137137     * The commands undo/redo handler.
    138      * @deprecated Use {@link MainApplication#undoRedo} instead
    139      */
    140     @Deprecated
     138     */
    141139    public final UndoRedoHandler undoRedo = MainApplication.undoRedo;
    142140
Note: See TracChangeset for help on using the changeset viewer.