Ignore:
Timestamp:
2015-10-09T02:12:45+02:00 (9 years ago)
Author:
Don-vip
Message:

sonar - squid:S3052 - Fields should not be initialized to default values

File:
1 edited

Legend:

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

    r8346 r8840  
    2626    protected Datum datum;
    2727    protected Proj proj;
    28     protected double x0 = 0.0;     /* false easting (in meters) */
    29     protected double y0 = 0.0;     /* false northing (in meters) */
    30     protected double lon0 = 0.0;   /* central meridian */
    31     protected double k0 = 1.0;     /* general scale factor */
     28    protected double x0     /* false easting (in meters) */
     29    protected double y0     /* false northing (in meters) */
     30    protected double lon0   /* central meridian */
     31    protected double k0 = 1.0; /* general scale factor */
    3232
    3333    public final Ellipsoid getEllipsoid() {
Note: See TracChangeset for help on using the changeset viewer.