Project

General

Profile

« Previous | Next » 

Revision 8ef74e91

Added by Andreas Müller over 5 years ago

ref #7346 use E+M area vocabulary for common names

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/berlinModel/in/BerlinModelImportBase.java
287 287
		}else if("TCS-AB;TCS-AD;TCS-GR".equals(tdwg)){
288 288
			return Country.GEORGIA();
289 289

  
290

  
291 290
		}else if("Cc".equals(em)){
292 291
			return getNamedArea(state, BerlinModelTransformer.uuidCaucasia, "Caucasia (Ab + Ar + Gg + Rf(CS))", "Euro+Med area 'Caucasia (Ab + Ar + Gg + Rf(CS))'", "Cc", null, null);
293 292
		}
......
394 393
        return markerTypeVoc;
395 394
    }
396 395

  
396

  
397
    /**
398
     * @param sourceReference
399
     * @return
400
     */
401
    protected Reference getSourceReference(Reference sourceReference) {
402
        Reference persistentSourceReference = getReferenceService().find(sourceReference.getUuid());  //just to be sure
403
        if (persistentSourceReference != null){
404
            sourceReference = persistentSourceReference;
405
        }
406
        return sourceReference;
407
    }
408

  
397 409
}

Also available in: Unified diff