Ignore:
Timestamp:
2020-08-23T15:31:04+02:00 (4 years ago)
Author:
simon04
Message:

fix #19698 - Refactoring: make private fields final

File:
1 edited

Legend:

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

    r16553 r16913  
    2626public abstract class AbstractCachedTileSourceLayer<T extends AbstractTMSTileSource> extends AbstractTileSourceLayer<T> {
    2727    /** loader factory responsible for loading tiles for all layers */
    28     private static Map<String, TileLoaderFactory> loaderFactories = new ConcurrentHashMap<>();
     28    private static final Map<String, TileLoaderFactory> loaderFactories = new ConcurrentHashMap<>();
    2929
    3030    private static final String PREFERENCE_PREFIX = "imagery.cache.";
Note: See TracChangeset for help on using the changeset viewer.