Ignore:
Timestamp:
2014-02-25T01:31:24+01:00 (10 years ago)
Author:
Don-vip
Message:

fix some Sonar issues

File:
1 edited

Legend:

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

    r6854 r6883  
    7575        public boolean hasValue;
    7676
    77         public final static Map<String, Param> paramsByKey = new HashMap<String, Param>();
     77        public static final Map<String, Param> paramsByKey = new HashMap<String, Param>();
    7878        static {
    7979            for (Param p : Param.values()) {
Note: See TracChangeset for help on using the changeset viewer.