Changeset 32984 in osm for applications/editors/josm/plugins/mapillary/src/org/openstreetmap
- Timestamp:
- 2016-09-11T14:14:51+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/mapillary/src/org/openstreetmap/josm/plugins/mapillary/cache/MapillaryCache.java
r32979 r32984 6 6 import java.util.HashMap; 7 7 8 import org.apache.commons.jcs.access.CacheAccess; 8 9 import org.openstreetmap.josm.Main; 9 10 import org.openstreetmap.josm.data.cache.BufferedImageCacheEntry; … … 44 45 */ 45 46 public MapillaryCache(String key, Type type) { 46 super(MapillaryPlugin.getCache(), 50000, 50000, new HashMap<>()); 47 this(MapillaryPlugin.getCache(), key, type); 48 } 49 50 protected MapillaryCache(CacheAccess<String, BufferedImageCacheEntry> cache, String key, Type type) { 51 super(cache, 50000, 50000, new HashMap<>()); 47 52 String k = null; 48 53 URL u = null;
Note:
See TracChangeset
for help on using the changeset viewer.
