Changeset 30737 in osm for applications/editors/josm/plugins/imagerycache/src/org/mapdb/TxMaker.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagerycache/src/org/mapdb/TxMaker.java
r30532 r30737 18 18 protected final Object lock = new Object(); 19 19 20 protected final LongMap<TxEngine> globalMod = new LongHashMap< TxEngine>();20 protected final LongMap<TxEngine> globalMod = new LongHashMap<>(); 21 21 22 22 … … 59 59 60 60 protected LongMap<Fun.Tuple2<?, Serializer>> modItems = 61 new LongHashMap< Fun.Tuple2<?, Serializer>>();61 new LongHashMap<>(); 62 62 63 protected Set<Long> newItems = new LinkedHashSet< Long>();63 protected Set<Long> newItems = new LinkedHashSet<>(); 64 64 65 65 protected TxEngine(Engine engine) {
Note:
See TracChangeset
for help on using the changeset viewer.
