Changeset 11865 in josm


Ignore:
Timestamp:
2017-04-09T14:20:46+02:00 (7 years ago)
Author:
Don-vip
Message:

see #7427 - checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/imagery/TileCoordinateConverter.java

    r11858 r11865  
    154154            t1 = tileSource.latLonToTileXY(topLeft.toCoordinate(), zoom);
    155155            t2 = tileSource.latLonToTileXY(botRight.toCoordinate(), zoom);
    156         }  else {
     156        } else {
    157157            EastNorth topLeftEN = mapView.getEastNorth(0, 0);
    158158            EastNorth botRightEN = mapView.getEastNorth(mapView.getWidth(), mapView.getHeight());
Note: See TracChangeset for help on using the changeset viewer.