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/MainLayerManager.java

    r10508 r10600  
    2424     * This listener listens to changes of the active or the edit layer.
    2525     * @author Michael Zangl
    26      *
    27      */
     26     * @since 10600 (functional interface)
     27     */
     28    @FunctionalInterface
    2829    public interface ActiveLayerChangeListener {
    2930        /**
Note: See TracChangeset for help on using the changeset viewer.