Project

General

Profile

« Previous | Next » 

Revision ae32f0d2

Added by Andreas Müller about 11 years ago

bugfix for picture import

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/algaterra/AlgaTerraTypeImagesImport.java
115 115
					//source ref
116 116
					Reference<?> sourceRef = state.getTransactionalSourceReference();
117 117
				
118
					DerivedUnitBase derivedUnit = typeSpecimenMap.get(String.valueOf(typeSpecimenFk));
118
					DerivedUnitBase<?> derivedUnit = typeSpecimenMap.get(String.valueOf(typeSpecimenFk));
119 119
					
120 120
					if (derivedUnit == null){
121 121
						logger.warn("Could not find type specimen (" + typeSpecimenFk +") for specimen figure " +  figureId);

Also available in: Unified diff