Ignore:
Timestamp:
2018-05-25T01:24:24+02:00 (6 years ago)
Author:
Don-vip
Message:

SonarQube - fix minor issues

File:
1 edited

Legend:

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

    r13824 r13829  
    6060    @Override
    6161    public String getTileUrl(int zoom, int tilex, int tiley) {
    62         String bbox = getBbox(zoom, tilex, tiley, wmsi.belowWMS130() ? false : getTileProjection().switchXY());
     62        String bbox = getBbox(zoom, tilex, tiley, !wmsi.belowWMS130() && getTileProjection().switchXY());
    6363
    6464        // Using StringBuffer and generic PATTERN_PARAM matcher gives 2x performance improvement over replaceAll
Note: See TracChangeset for help on using the changeset viewer.