Ignore:
Timestamp:
2016-07-23T03:04:37+02:00 (8 years ago)
Author:
Don-vip
Message:

see #11390 - sonar - squid:S1609 - Java 8: @FunctionalInterface annotation should be used to flag Single Abstract Method interfaces

File:
1 edited

Legend:

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

    r10467 r10600  
    239239    }
    240240
     241    @FunctionalInterface
    241242    public interface CommandQueueListener {
    242243        void commandChanged(int queueSize, int redoSize);
     
    245246    /**
    246247     * Listener called when a state of this layer has changed.
    247      */
     248     * @since 10600 (functional interface)
     249     */
     250    @FunctionalInterface
    248251    public interface LayerStateChangeListener {
    249252        /**
Note: See TracChangeset for help on using the changeset viewer.