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

[josm_plugins] fix Java 7 / unused code warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/mirrored_download/src/mirrored_download/UrlSelectionDialog.java

    r30532 r30737  
    104104    // List can be edited at https://josm.openstreetmap.de/wiki/MirroredDownloadInfo
    105105    String src = Main.pref.get("plugin.mirrored_download.url-src", "https://josm.openstreetmap.de/mirrored_download_info");
    106     Collection<String> urls = new ArrayList<String>();
     106    Collection<String> urls = new ArrayList<>();
    107107    try (
    108108      InputStream in = new CachedFile(src).setMaxAge(24*60*60).getInputStream();
Note: See TracChangeset for help on using the changeset viewer.