Changeset 30737 in osm for applications/editors/josm/plugins/imagerycache/src/org/mapdb/CacheLRU.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagerycache/src/org/mapdb/CacheLRU.java
r30532 r30737 16 16 17 17 public CacheLRU(Engine engine, int cacheSize) { 18 this(engine, new LongConcurrentLRUMap< Object>(cacheSize, (int) (cacheSize*0.8)));18 this(engine, new LongConcurrentLRUMap<>(cacheSize, (int) (cacheSize*0.8))); 19 19 } 20 20
Note:
See TracChangeset
for help on using the changeset viewer.
