- Timestamp:
- 2018-05-13T09:20:38+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/TMSCachedTileLoaderJob.java
r13743 r13744 37 37 import org.openstreetmap.josm.tools.Utils; 38 38 39 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;40 41 39 /** 42 40 * Class bridging TMS requests to JCS cache requests … … 67 65 * @param downloadExecutor that will be executing the jobs 68 66 */ 69 @SuppressFBWarnings(value = "JLM_JSR166_UTILCONCURRENT_MONITORENTER") 67 70 68 public TMSCachedTileLoaderJob(TileLoaderListener listener, Tile tile, 71 69 ICacheAccess<String, BufferedImageCacheEntry> cache,
Note:
See TracChangeset
for help on using the changeset viewer.