Changeset 13744 in josm for trunk/src


Ignore:
Timestamp:
2018-05-13T09:20:38+02:00 (6 years ago)
Author:
wiktorn
Message:

Remove SupressFBwarning

File:
1 edited

Legend:

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

    r13743 r13744  
    3737import org.openstreetmap.josm.tools.Utils;
    3838
    39 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
    40 
    4139/**
    4240 * Class bridging TMS requests to JCS cache requests
     
    6765     * @param downloadExecutor that will be executing the jobs
    6866     */
    69     @SuppressFBWarnings(value = "JLM_JSR166_UTILCONCURRENT_MONITORENTER")
     67
    7068    public TMSCachedTileLoaderJob(TileLoaderListener listener, Tile tile,
    7169            ICacheAccess<String, BufferedImageCacheEntry> cache,
Note: See TracChangeset for help on using the changeset viewer.