Ignore:
Timestamp:
2013-11-08T01:39:06+01:00 (10 years ago)
Author:
Don-vip
Message:

Sonar/Findbugs - fix various violations, javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/preferences/map/MapPaintPreference.java

    r6246 r6378  
    170170            MapPaintStyles.readFromPreferences();
    171171        }
    172         if (Main.isDisplayingMapView())
    173         {
     172        if (Main.isDisplayingMapView()) {
    174173            MapPaintStyles.getStyles().clearCached();
    175174        }
     
    186185    public static class MapPaintPrefHelper extends SourceEditor.SourcePrefHelper {
    187186
     187        /**
     188         * The unique instance.
     189         */
    188190        public final static MapPaintPrefHelper INSTANCE = new MapPaintPrefHelper();
    189191
     192        /**
     193         * Constructs a new {@code MapPaintPrefHelper}.
     194         */
    190195        public MapPaintPrefHelper() {
    191             super("mappaint.style.entries", "mappaint.style.sources-list");
     196            super("mappaint.style.entries");
    192197        }
    193198
Note: See TracChangeset for help on using the changeset viewer.