Project

General

Profile

« Previous | Next » 

Revision e706b35f

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/erms/ErmsTaxonRelationImport.java
61 61
			mapping = new DbImportMapping<>();
62 62
			//incldued in
63 63
			DbImportTaxIncludedInMapper<?> includedIn
64
			    = DbImportTaxIncludedInMapper.NewInstance("id", TAXON_NAMESPACE, "accId", TAXON_NAMESPACE, "parentAccId", TAXON_NAMESPACE, null);
64
			    = DbImportTaxIncludedInMapper.NewInstance("id", TAXON_NAMESPACE, "accId", TAXON_NAMESPACE,
65
			            "parentAccId", TAXON_NAMESPACE, null);
65 66
			mapping.addMapper(includedIn);//there is only one tree
66 67
			//synonym
67 68
			mapping.addMapper(DbImportSynonymMapper.NewInstance("id", "tu_accfinal", TAXON_NAMESPACE,

Also available in: Unified diff