Ignore:
Timestamp:
2017-04-16T20:45:20+02:00 (7 years ago)
Author:
Don-vip
Message:

improve unit test coverage

File:
1 edited

Legend:

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

    r11889 r11931  
    170170    }
    171171
    172     private enum Polarity {
     172    enum Polarity {
    173173        NORTH(LatLon.NORTH_POLE),
    174174        SOUTH(LatLon.SOUTH_POLE);
     
    180180        }
    181181
    182         private LatLon getLatLon() {
     182        LatLon getLatLon() {
    183183            return latlon;
    184184        }
Note: See TracChangeset for help on using the changeset viewer.