Project

General

Profile

« Previous | Next » 

Revision 53bea31e

Added by Andreas Müller over 1 year ago

ref #10092 deproxy feature for FdG import

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/common/CdmImportBase.java
645 645
		}
646 646
		Feature feature = state.getFeature(uuid);
647 647
		if (feature == null){
648
			feature = (Feature)getTermService().find(uuid);
648
			feature = (Feature)CdmBase.deproxy(getTermService().find(uuid));
649 649
			if (feature == null && ! hasNoLabel(label, description, labelAbbrev)){
650 650
				feature = Feature.NewInstance(description, label, labelAbbrev);
651 651
				feature.setUuid(uuid);

Also available in: Unified diff