Ignore:
Timestamp:
2017-07-30T01:00:55+02:00 (7 years ago)
Author:
Don-vip
Message:

PMD - enable naming rules

File:
1 edited

Legend:

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

    r11453 r12539  
    4747     * and for TMS imagery
    4848     */
    49     private static ThreadPoolExecutor DEFAULT_DOWNLOAD_JOB_DISPATCHER = getNewThreadPoolExecutor("TMS-downloader-%d");
    50 
     49    private static final ThreadPoolExecutor DEFAULT_DOWNLOAD_JOB_DISPATCHER = getNewThreadPoolExecutor("TMS-downloader-%d");
    5150
    5251    private ThreadPoolExecutor downloadExecutor = DEFAULT_DOWNLOAD_JOB_DISPATCHER;
Note: See TracChangeset for help on using the changeset viewer.