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/actions/search/SearchCompiler.java

    r10378 r10600  
    230230    /**
    231231     * Classes implementing this interface can provide Match operators.
    232      */
     232     * @since 10600 (functional interface)
     233     */
     234    @FunctionalInterface
    233235    private interface MatchFactory {
    234236        Collection<String> getKeywords();
Note: See TracChangeset for help on using the changeset viewer.