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

[josm_plugins] fix Java 7 / unused code warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java

    r30532 r30737  
    3939    {
    4040        if (CadastrePlugin.autoSourcing && CadastrePlugin.pluginUsed && !apiDataSet.getPrimitivesToAdd().isEmpty()) {
    41             Collection<OsmPrimitive> sel = new HashSet<OsmPrimitive>();
     41            Collection<OsmPrimitive> sel = new HashSet<>();
    4242            for (OsmPrimitive osm : apiDataSet.getPrimitivesToAdd()) {
    4343                if ((osm instanceof Way && (osm.getKeys().size() == 0 || !tagSourceExist(osm)))
Note: See TracChangeset for help on using the changeset viewer.