Changeset 8840 in josm for trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
- Timestamp:
- 2015-10-09T02:12:45+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
r8800 r8840 89 89 private ICacheAccess<K, V> cache; 90 90 private ICacheElement<K, V> cacheElement; 91 protected V cacheData = null;92 protected CacheEntryAttributes attributes = null;91 protected V cacheData; 92 protected CacheEntryAttributes attributes; 93 93 94 94 // HTTP connection parameters … … 98 98 private ThreadPoolExecutor downloadJobExecutor; 99 99 private Runnable finishTask; 100 private boolean force = false;100 private boolean force; 101 101 102 102 /**
Note:
See TracChangeset
for help on using the changeset viewer.
