Ignore:
Timestamp:
2018-04-06T01:45:16+02:00 (6 years ago)
Author:
Don-vip
Message:

see #16129 - fix error_prone warnings

File:
1 edited

Legend:

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

    r13598 r13600  
    196196            latRad = -latRad;
    197197            coslam = -coslam;
     198            // fall through
    198199        case SOUTH_POLAR:
    199200            if (Math.abs(latRad - HALF_PI) < EPS10) {
     
    256257        case NORTH_POLAR:
    257258            coslam = -coslam;
     259            // fall through
    258260        case SOUTH_POLAR:
    259261            double rho = Math.abs(mp - mlfn(latRad, sinphi, cosphi));
Note: See TracChangeset for help on using the changeset viewer.