Ignore:
Timestamp:
2016-10-26T14:02:07+02:00 (8 years ago)
Author:
simon04
Message:

AbstractTileSourceLayer#getTileSource: drop method parameter, use field instead

File:
1 edited

Legend:

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

    r11017 r11167  
    8181
    8282    @Override
    83     protected AbstractWMSTileSource getTileSource(ImageryInfo info) {
     83    protected AbstractWMSTileSource getTileSource() {
    8484        if (info.getImageryType() == ImageryType.WMS && info.getUrl() != null) {
    8585            TemplatedWMSTileSource.checkUrl(info.getUrl());
Note: See TracChangeset for help on using the changeset viewer.