Changeset 4077 in josm
- Timestamp:
- 2011-05-07T19:41:41+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/imagery/WmsCache.java
r4067 r4077 531 531 } 532 532 533 public void setAreaToCache(Set<ProjectionBounds> areaToCache) {533 public synchronized void setAreaToCache(Set<ProjectionBounds> areaToCache) { 534 534 this.areaToCache = areaToCache; 535 535 Iterator<CacheEntry> it = memoryCache.keySet().iterator(); … … 540 540 } 541 541 } 542 543 public Set<ProjectionBounds> getAreaToCache() {544 return areaToCache;545 }546 542 }
Note:
See TracChangeset
for help on using the changeset viewer.