Project

General

Profile

« Previous | Next » 

Revision 3581c717

Added by Andreas Müller over 3 years ago

fix some compile errors in eflora

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/io/eflora/centralAfrica/ferns/CentralAfricaFernsTaxonRelationImport.java
172 172
			//taxon map
173 173
			nameSpace = TAXON_NAMESPACE;
174 174
			cdmClass = TaxonBase.class;
175
			Map<String, TaxonBase> taxonMap = (Map<String, TaxonBase>)getCommonService().getSourcedObjectsByIdInSource(cdmClass, taxonIdSet, nameSpace);
175
			Map<String, TaxonBase> taxonMap = getCommonService().getSourcedObjectsByIdInSourceC((Class<TaxonBase>) cdmClass, taxonIdSet, nameSpace);
176 176
			result.put(nameSpace, taxonMap);
177 177

  
178 178

  

Also available in: Unified diff