Ignore:
Timestamp:
2018-05-13T09:14:45+02:00 (6 years ago)
Author:
wiktorn
Message:

Javadoc fixes

Location:
trunk/src/org/openstreetmap/josm/data/imagery
Files:
2 edited

Legend:

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

    r13733 r13740  
    2828     * @param listener that will be notified when tile is loaded
    2929     * @param cache reference
    30      * @param connectTimeout to tile source
    31      * @param readTimeout from tile source
    32      * @param headers to be sent with requests
     30     * @param options tile job options
    3331     */
    3432    public WMSCachedTileLoader(TileLoaderListener listener, ICacheAccess<String, BufferedImageCacheEntry> cache,
  • trunk/src/org/openstreetmap/josm/data/imagery/WMTSTileSource.java

    r13733 r13740  
    241241        /**
    242242         *
    243          * @return
     243         * @return tileMatrixSet of this layer
    244244         */
    245245        public TileMatrixSet getTileMatrixSet() {
Note: See TracChangeset for help on using the changeset viewer.