Changeset 8585 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2015-07-08T21:13:07+02:00 (9 years ago)
Author:
wiktorn
Message:

Checkstyle fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java

    r8584 r8585  
    280280                String[] topLeftCorner = getStringByXpath(tileMatrixNode, "TopLeftCorner").split(" ");
    281281
    282                 if(matrixProj.switchXY()) {
     282                if (matrixProj.switchXY()) {
    283283                    tileMatrix.topLeftCorner = new EastNorth(Double.parseDouble(topLeftCorner[1]), Double.parseDouble(topLeftCorner[0]));
    284284                } else {
Note: See TracChangeset for help on using the changeset viewer.