Ignore:
Timestamp:
2015-06-25T00:05:23+02:00 (9 years ago)
Author:
Don-vip
Message:

see #11255 - checkstyle/findbugs

File:
1 edited

Legend:

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

    r8526 r8530  
    1717 *
    1818 * @author Wiktor Niesiobędzki
    19  * @since TODO
    20  *
     19 * @since 8526
    2120 */
    2221public abstract class CachedTileLoaderFactory implements TileLoaderFactory {
     
    5958        try {
    6059            return getLoader(listener, cacheName,
    61                     Main.pref.getInteger("socket.timeout.connect",15) * 1000,
     60                    Main.pref.getInteger("socket.timeout.connect", 15) * 1000,
    6261                    Main.pref.getInteger("socket.timeout.read", 30) * 1000,
    6362                    headers,
     
    6968    }
    7069
    71     protected abstract TileLoader getLoader(TileLoaderListener listener, String cacheName, int connectTimeout, int readTimeout, Map<String, String> headers, String cacheDir) throws IOException;
     70    protected abstract TileLoader getLoader(TileLoaderListener listener, String cacheName, int connectTimeout, int readTimeout,
     71            Map<String, String> headers, String cacheDir) throws IOException;
    7272}
Note: See TracChangeset for help on using the changeset viewer.