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 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/IEnabledStateUpdating.java

    r10583 r10600  
    11// License: GPL. For details, see LICENSE file.
    2 package org.openstreetmap.josm.gui.dialogs.layer;
     2package org.openstreetmap.josm.gui.dialogs;
    33
    44/**
    55 * To be implemented by actions for which their enabled state depends on another model.
     6 * @since 10600 (refactoring to new package, functional interface)
    67 */
     8@FunctionalInterface
    79public interface IEnabledStateUpdating {
    810
Note: See TracChangeset for help on using the changeset viewer.