Ignore:
Timestamp:
2018-05-13T01:32:56+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16260 - fix build

File:
1 edited

Legend:

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

    r13729 r13736  
    107107    /**
    108108     * Event fired after a command has been added to the command queue.
    109      * @since xxx
     109     * @since 13729
    110110     */
    111111    public static final class CommandAddedEvent extends CommandQueueEvent {
     
    134134    /**
    135135     * Event fired after the command queue has been cleaned.
    136      * @since xxx
     136     * @since 13729
    137137     */
    138138    public static final class CommandQueueCleanedEvent extends CommandQueueEvent {
     
    161161    /**
    162162     * Event fired after a command has been undone.
    163      * @since xxx
     163     * @since 13729
    164164     */
    165165    public static final class CommandUndoneEvent extends CommandQueueEvent {
     
    188188    /**
    189189     * Event fired after a command has been redone.
    190      * @since xxx
     190     * @since 13729
    191191     */
    192192    public static final class CommandRedoneEvent extends CommandQueueEvent {
Note: See TracChangeset for help on using the changeset viewer.