Ignore:
Timestamp:
2016-07-23T03:04:37+02:00 (10 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/MapFrame.java

    r10432 r10600  
    719719    /**
    720720     * Interface to notify listeners of the change of the mapMode.
    721      */
     721     * @since 10600 (functional interface)
     722     */
     723    @FunctionalInterface
    722724    public interface MapModeChangeListener {
    723725        /**
Note: See TracChangeset for help on using the changeset viewer.