Index: trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(revision 18830)
+++ trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java	(revision 18831)
@@ -86,5 +86,5 @@
     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;
@@ -294,6 +294,7 @@
     /**
      * @return true if object was successfully downloaded, false, if there was a loading failure
-     */
-    private boolean loadObject() {
+     * @since 18831
+     */
+    protected boolean loadObject() {
         if (attributes == null) {
             attributes = new CacheEntryAttributes();
