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/ImageryOffsetPlugin.java

    r29430 r30737  
    4343        // an ugly hack to add this plugin to the toolbar
    4444        if( Main.pref.getBoolean("iodb.modify.toolbar", true) ) {
    45             Collection<String> toolbar = new LinkedList<String>(Main.toolbar.getToolString());
     45            Collection<String> toolbar = new LinkedList<>(Main.toolbar.getToolString());
    4646            if( !toolbar.contains("getoffset") ) {
    4747                toolbar.add("getoffset");
Note: See TracChangeset for help on using the changeset viewer.