Changeset 30737 in osm for applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java
r29430 r30737 36 36 public IODBReader( InputStream source ) throws IOException { 37 37 this.source = new InputSource(UTFInputStreamReader.create(source, "UTF-8")); 38 this.offsets = new ArrayList< ImageryOffsetBase>();38 this.offsets = new ArrayList<>(); 39 39 } 40 40 … … 212 212 maxZoom = -1; 213 213 flagged = false; 214 geometry = new ArrayList< LatLon>();214 geometry = new ArrayList<>(); 215 215 } 216 216
Note:
See TracChangeset
for help on using the changeset viewer.
