Project

General

Profile

« Previous | Next » 

Revision 925afb79

Added by Andreas Müller over 4 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/wp6/cichorieae/CichorieaeActivator.java
35 35
import eu.etaxonomy.cdm.model.description.Feature;
36 36
import eu.etaxonomy.cdm.model.name.NomenclaturalCode;
37 37
import eu.etaxonomy.cdm.model.name.TaxonName;
38
import eu.etaxonomy.cdm.model.reference.ISourceable;
39 38
import eu.etaxonomy.cdm.model.term.TermTree;
40 39

  
41 40

  
......
219 218

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

  
225 224
			//make feature tree

Also available in: Unified diff