Subject: [PATCH] 23112.core
---
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
diff --git a/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java b/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
a
|
b
|
|
85 | 85 | |
86 | 86 | protected final long now; // when the job started |
87 | 87 | |
88 | | private final ICacheAccess<K, V> cache; |
| 88 | protected final ICacheAccess<K, V> cache; |
89 | 89 | private ICacheElement<K, V> cacheElement; |
90 | 90 | protected V cacheData; |
91 | 91 | protected CacheEntryAttributes attributes; |
… |
… |
|
293 | 293 | |
294 | 294 | /** |
295 | 295 | * @return true if object was successfully downloaded, false, if there was a loading failure |
| 296 | * @since xxx |
296 | 297 | */ |
297 | | private boolean loadObject() { |
| 298 | protected boolean loadObject() { |
298 | 299 | if (attributes == null) { |
299 | 300 | attributes = new CacheEntryAttributes(); |
300 | 301 | } |