Changeset 18831 in josm for trunk


Ignore:
Timestamp:
2023-09-18T21:17:31+02:00 (18 months ago)
Author:
taylor.smock
Message:

Fix #23112: Expand visibility of some objects and methods in JCSCachedTileLoaderJob for plugin subclasses

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/cache/JCSCachedTileLoaderJob.java

    r17862 r18831  
    8686    protected final long now; // when the job started
    8787
    88     private final ICacheAccess<K, V> cache;
     88    protected final ICacheAccess<K, V> cache;
    8989    private ICacheElement<K, V> cacheElement;
    9090    protected V cacheData;
     
    294294    /**
    295295     * @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() {
    298299        if (attributes == null) {
    299300            attributes = new CacheEntryAttributes();
Note: See TracChangeset for help on using the changeset viewer.