Ignore:
Timestamp:
2015-10-15T01:02:36+02:00 (8 years ago)
Author:
Don-vip
Message:

sonar - squid:S2386 - Mutable fields should not be "public static"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r8846 r8882  
    7979     * Deprecated plugins that are removed on start
    8080     */
    81     public static final Collection<DeprecatedPlugin> DEPRECATED_PLUGINS;
     81    protected static final Collection<DeprecatedPlugin> DEPRECATED_PLUGINS;
    8282    static {
    8383        String IN_CORE = tr("integrated into main program");
Note: See TracChangeset for help on using the changeset viewer.