Project

General

Profile

« Previous | Next » 

Revision 86536e03

Added by Andreas Müller almost 7 years ago

fix #6368 rename table and class TaxonNameBase in app-import

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/wp6/cichorieae/CichorieaeActivator.java
37 37
import eu.etaxonomy.cdm.model.description.FeatureNode;
38 38
import eu.etaxonomy.cdm.model.description.FeatureTree;
39 39
import eu.etaxonomy.cdm.model.name.NomenclaturalCode;
40
import eu.etaxonomy.cdm.model.name.ZoologicalName;
40
import eu.etaxonomy.cdm.model.name.TaxonName;
41 41

  
42 42

  
43 43
/**
......
220 220

  
221 221
		if (doFacts && (bmImportConfigurator.getCheck().equals(CHECK.CHECK_AND_IMPORT)  || bmImportConfigurator.getCheck().equals(CHECK.IMPORT_WITHOUT_CHECK) )   ){
222 222
			ICdmRepository app = bmImport.getCdmAppController();
223
			ISourceable obj = app.getCommonService().getSourcedObjectByIdInSource(ZoologicalName.class, "1000027", null);
223
			ISourceable obj = app.getCommonService().getSourcedObjectByIdInSource(TaxonName.class, "1000027", null);
224 224
			logger.info(obj);
225 225

  
226 226
			//make feature tree

Also available in: Unified diff