Changeset 30737 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/CheckSourceUploadHook.java
r30532 r30737 39 39 { 40 40 if (CadastrePlugin.autoSourcing && CadastrePlugin.pluginUsed && !apiDataSet.getPrimitivesToAdd().isEmpty()) { 41 Collection<OsmPrimitive> sel = new HashSet< OsmPrimitive>();41 Collection<OsmPrimitive> sel = new HashSet<>(); 42 42 for (OsmPrimitive osm : apiDataSet.getPrimitivesToAdd()) { 43 43 if ((osm instanceof Way && (osm.getKeys().size() == 0 || !tagSourceExist(osm)))
Note:
See TracChangeset
for help on using the changeset viewer.
