Changeset 30737 in osm for applications/editors/josm/plugins/imagerycache/src/org/mapdb/CacheHardRef.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/CacheHardRef.java
r29363 r30737 31 31 32 32 public CacheHardRef(Engine engine, int initialCapacity) { 33 super(engine, new LongConcurrentHashMap< Object>(initialCapacity));33 super(engine, new LongConcurrentHashMap<>(initialCapacity)); 34 34 } 35 35
Note:
See TracChangeset
for help on using the changeset viewer.
