Changeset 30737 in osm for applications/editors/josm/plugins/imagerycache/src/org/mapdb/CompressLZF.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagerycache/src/org/mapdb/CompressLZF.java
r29484 r30737 346 346 */ 347 347 public static <E> Serializer<E> CompressionWrapper(Serializer<E> serializer) { 348 return new Serializer.CompressSerializerWrapper< E>(serializer);348 return new Serializer.CompressSerializerWrapper<>(serializer); 349 349 } 350 350
Note:
See TracChangeset
for help on using the changeset viewer.