Ignore:
Timestamp:
2016-06-15T10:30:37+02:00 (8 years ago)
Author:
Don-vip
Message:

Checkstyle 6.19: enable SingleSpaceSeparator and fix violations

File:
1 edited

Legend:

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

    r10235 r10378  
    316316            s = parameters.get(Param.axis.key);
    317317            if (s != null) {
    318                 this.axis  = s;
     318                this.axis = s;
    319319            }
    320320        }
     
    526526            id = "tmerc";
    527527        }
    528         Proj proj =  Projections.getBaseProjection(id);
     528        Proj proj = Projections.getBaseProjection(id);
    529529        if (proj == null) throw new ProjectionConfigurationException(tr("Unknown projection identifier: ''{0}''", id));
    530530
Note: See TracChangeset for help on using the changeset viewer.