- Timestamp:
- 2023-09-18T21:17:31+02:00 (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
r17862 r18831 86 86 protected final long now; // when the job started 87 87 88 pr ivatefinal ICacheAccess<K, V> cache;88 protected final ICacheAccess<K, V> cache; 89 89 private ICacheElement<K, V> cacheElement; 90 90 protected V cacheData; … … 294 294 /** 295 295 * @return true if object was successfully downloaded, false, if there was a loading failure 296 */ 297 private boolean loadObject() { 296 * @since 18831 297 */ 298 protected boolean loadObject() { 298 299 if (attributes == null) { 299 300 attributes = new CacheEntryAttributes();
Note:
See TracChangeset
for help on using the changeset viewer.