Ignore:
Timestamp:
2014-10-18T23:07:52+02:00 (12 years ago)
Author:
donvip
Message:

[josm_plugins] fix Java 7 / unused code warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/imagery_offset_db/src/iodb/IODBReader.java

    r29430 r30737  
    3636    public IODBReader( InputStream source ) throws IOException {
    3737        this.source = new InputSource(UTFInputStreamReader.create(source, "UTF-8"));
    38         this.offsets = new ArrayList<ImageryOffsetBase>();
     38        this.offsets = new ArrayList<>();
    3939    }
    4040
     
    212212            maxZoom = -1;
    213213            flagged = false;
    214             geometry = new ArrayList<LatLon>();
     214            geometry = new ArrayList<>();
    215215        }
    216216
Note: See TracChangeset for help on using the changeset viewer.