Ignore:
Timestamp:
2015-04-28T00:59:25+02:00 (9 years ago)
Author:
Don-vip
Message:

fix sonar squid:S1444 - "public static" fields should always be constant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

    r8176 r8286  
    5757     * maximum download threads that will be started
    5858     */
    59     public static IntegerProperty THREAD_LIMIT = new IntegerProperty("cache.jcs.max_threads", 10);
     59    public static final IntegerProperty THREAD_LIMIT = new IntegerProperty("cache.jcs.max_threads", 10);
    6060    private static Executor DOWNLOAD_JOB_DISPATCHER = new ThreadPoolExecutor(
    6161            2, // we have a small queue, so threads will be quickly started (threads are started only, when queue is full)
Note: See TracChangeset for help on using the changeset viewer.