Subject: [PATCH] 23112.core
---
Index: src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
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/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(revision 18803)
+++ b/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(date 1691676589592)
@@ -85,7 +85,7 @@
 
     protected final long now; // when the job started
 
-    private final ICacheAccess<K, V> cache;
+    protected final ICacheAccess<K, V> cache;
     private ICacheElement<K, V> cacheElement;
     protected V cacheData;
     protected CacheEntryAttributes attributes;
@@ -293,8 +293,9 @@
 
     /**
      * @return true if object was successfully downloaded, false, if there was a loading failure
+     * @since xxx
      */
-    private boolean loadObject() {
+    protected boolean loadObject() {
         if (attributes == null) {
             attributes = new CacheEntryAttributes();
         }
