Changeset 11875 in josm


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

checkstyle

File:
1 edited

Legend:

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

    r11871 r11875  
    233233     * may support even more projections (by reprojecting the tiles), but with a
    234234     * certain loss in image quality and performance.
    235      * @return projections this imagery layer supports natively; null if
    236      * layer is projection agnostic.
     235     * @return projections this imagery layer supports natively; null if layer is projection agnostic.
    237236     */
    238237    public abstract Collection<String> getNativeProjections();
     
    695694        // this needs to be here and not in constructor to allow empty TileSource class construction using SessionWriter
    696695        initializeIfRequired();
    697 
    698696        super.hookUpMapView();
    699697    }
Note: See TracChangeset for help on using the changeset viewer.