cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Thu, 17 Jan 2019 10:17:02 +0000 (11:17 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Thu, 17 Jan 2019 10:17:02 +0000 (11:17 +0100)
eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/checklist/e4/DistributionEditor.java

index df3a07a5293d53086aad9e1ccf2a57fda4fc14b2..3a6654d63fb768f0cb1a177c09155e6a0009d10b 100755 (executable)
@@ -135,9 +135,9 @@ public class DistributionEditor extends Composite {
     private Text searchText;
 
     EventList<TaxonDistributionDTO> taxonList;
-    Map<UUID,Map<NamedArea,Set<DescriptionElementBase>>> taxonDistributionMap = new HashMap();
+    Map<UUID,Map<NamedArea,Set<DescriptionElementBase>>> taxonDistributionMap = new HashMap<>();
 
-    List<TaxonDistributionDTO> descriptionsToSave = new ArrayList();
+    List<TaxonDistributionDTO> descriptionsToSave = new ArrayList<>();
 
 
     SortedSet<DefinedTermBase> areas;