cleanup
authorAndreas Müller <a.mueller@bgbm.org>
Mon, 12 Feb 2018 15:56:03 +0000 (16:56 +0100)
committerAndreas Müller <a.mueller@bgbm.org>
Mon, 12 Feb 2018 15:56:28 +0000 (16:56 +0100)
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/parser/ParseHandler.java

index ddafe5434a13a74d7fec3446748bb51b7da0eaca..ece1e56aa30f15f4e41891354d1b0e0977e3004c 100644 (file)
@@ -33,13 +33,13 @@ public class ParseHandler{
        private class MatchMatrix {
                List<TaxonName> duplicateNames = new ArrayList<>();
 
-               List<INomenclaturalReference> duplicateReferences = new ArrayList<INomenclaturalReference>();
-               List<INomenclaturalReference> duplicateInReferences = new ArrayList<INomenclaturalReference>();
+               List<INomenclaturalReference> duplicateReferences = new ArrayList<>();
+               List<INomenclaturalReference> duplicateInReferences = new ArrayList<>();
 
-               List<TeamOrPersonBase> duplicateCombinationAuthorships = new ArrayList<TeamOrPersonBase>();
-               List<TeamOrPersonBase> duplicateExCombinationAuthorships = new ArrayList<TeamOrPersonBase>();
-               List<TeamOrPersonBase> duplicateBasionymAuthorships = new ArrayList<TeamOrPersonBase>();
-               List<TeamOrPersonBase> duplicateExBasionymAuthorships = new ArrayList<TeamOrPersonBase>();
+               List<TeamOrPersonBase> duplicateCombinationAuthorships = new ArrayList<>();
+               List<TeamOrPersonBase> duplicateExCombinationAuthorships = new ArrayList<>();
+               List<TeamOrPersonBase> duplicateBasionymAuthorships = new ArrayList<>();
+               List<TeamOrPersonBase> duplicateExBasionymAuthorships = new ArrayList<>();
        }
 
        private static NonViralNameParserImpl nonViralNameParser = NonViralNameParserImpl.NewInstance();