Changeset 11871 in josm for trunk/src/org


Ignore:
Timestamp:
2017-04-09T17:13:50+02:00 (7 years ago)
Author:
Don-vip
Message:

findbugs - UPM_UNCALLED_PRIVATE_METHOD

File:
1 edited

Legend:

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

    r11868 r11871  
    229229    /**
    230230     * Get projections this imagery layer supports natively.
    231      * 
     231     *
    232232     * For example projection of tiles that are downloaded from a server. Layer
    233233     * may support even more projections (by reprojecting the tiles), but with a
     
    12981298    }
    12991299
    1300     private LatLon getShiftedLatLon(ICoordinate latLon) {
    1301         return getShiftedLatLon(Main.getProjection().latlon2eastNorth(new LatLon(latLon)));
    1302     }
    1303 
    13041300    private final TileSet nullTileSet = new TileSet();
    13051301
Note: See TracChangeset for help on using the changeset viewer.