Ignore:
Timestamp:
2014-02-27T01:41:49+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues (JLS order)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/Preferences.java

    r6851 r6889  
    154154     * @param <T> The setting type
    155155     */
    156     abstract public static class AbstractSetting<T> implements Setting<T> {
     156    public abstract static class AbstractSetting<T> implements Setting<T> {
    157157        protected final T value;
    158158        /**
     
    13071307     * The default plugin site
    13081308     */
    1309     private final static String[] DEFAULT_PLUGIN_SITE = {Main.JOSM_WEBSITE+"/plugin%<?plugins=>"};
     1309    private static final String[] DEFAULT_PLUGIN_SITE = {Main.JOSM_WEBSITE+"/plugin%<?plugins=>"};
    13101310
    13111311    /**
Note: See TracChangeset for help on using the changeset viewer.