Ignore:
Timestamp:
2015-10-08T00:22:36+02:00 (9 years ago)
Author:
Don-vip
Message:

fix Checkstyle issues

File:
1 edited

Legend:

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

    r8835 r8836  
    8888        private static final String iconpref = "mappaint.icon.sources";
    8989
    90         public MapPaintSourceEditor() {
     90        MapPaintSourceEditor() {
    9191            super(SourceType.MAP_PAINT_STYLE, Main.getJOSMWebsite()+"/styles", styleSourceProviders, true);
    9292        }
     
    176176            }
    177177        } catch (RuntimeException ignore) {
     178            if (Main.isTraceEnabled()) {
     179                Main.trace(ignore.getMessage());
     180            }
    178181        }
    179182        return null;
Note: See TracChangeset for help on using the changeset viewer.