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/imagery/TMSCachedTileLoaderJob.java

    r8176 r8286  
    4141     * overrides the THREAD_LIMIT in superclass, as we want to have separate limit and pool for TMS
    4242     */
    43     public static IntegerProperty THREAD_LIMIT = new IntegerProperty("imagery.tms.tmsloader.maxjobs", 25);
     43    public static final IntegerProperty THREAD_LIMIT = new IntegerProperty("imagery.tms.tmsloader.maxjobs", 25);
    4444    /**
    4545     * separate from JCS thread pool for TMS loader, so we can have different thread pools for default JCS
Note: See TracChangeset for help on using the changeset viewer.