Ignore:
Timestamp:
2015-07-05T02:25:58+02:00 (9 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

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

    r8568 r8570  
    3636public class CustomProjection extends AbstractProjection {
    3737
    38     private final static Map<String, Double> UNITS_TO_METERS = getUnitsToMeters();
    39     private final static double METER_PER_UNIT_DEGREE = 2 * Math.PI * 6370997 / 360;
     38    private static final Map<String, Double> UNITS_TO_METERS = getUnitsToMeters();
     39    private static final double METER_PER_UNIT_DEGREE = 2 * Math.PI * 6370997 / 360;
    4040
    4141    /**
Note: See TracChangeset for help on using the changeset viewer.