Project

General

Profile

« Previous | Next » 

Revision 3867c9bb

Added by Andreas Müller about 6 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/parser/ParseHandler.java
33 33
	private class MatchMatrix {
34 34
		List<TaxonName> duplicateNames = new ArrayList<>();
35 35

  
36
		List<INomenclaturalReference> duplicateReferences = new ArrayList<INomenclaturalReference>();
37
		List<INomenclaturalReference> duplicateInReferences = new ArrayList<INomenclaturalReference>();
36
		List<INomenclaturalReference> duplicateReferences = new ArrayList<>();
37
		List<INomenclaturalReference> duplicateInReferences = new ArrayList<>();
38 38

  
39
		List<TeamOrPersonBase> duplicateCombinationAuthorships = new ArrayList<TeamOrPersonBase>();
40
		List<TeamOrPersonBase> duplicateExCombinationAuthorships = new ArrayList<TeamOrPersonBase>();
41
		List<TeamOrPersonBase> duplicateBasionymAuthorships = new ArrayList<TeamOrPersonBase>();
42
		List<TeamOrPersonBase> duplicateExBasionymAuthorships = new ArrayList<TeamOrPersonBase>();
39
		List<TeamOrPersonBase> duplicateCombinationAuthorships = new ArrayList<>();
40
		List<TeamOrPersonBase> duplicateExCombinationAuthorships = new ArrayList<>();
41
		List<TeamOrPersonBase> duplicateBasionymAuthorships = new ArrayList<>();
42
		List<TeamOrPersonBase> duplicateExBasionymAuthorships = new ArrayList<>();
43 43
	}
44 44

  
45 45
	private static NonViralNameParserImpl nonViralNameParser = NonViralNameParserImpl.NewInstance();

Also available in: Unified diff