Project

General

Profile

« Previous | Next » 

Revision 3cc1b2a3

Added by Andreas Müller about 10 years ago

add NomStatus vocabulary for ICZN #4085

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/io/caryo/CaryoTaxonImport.java
286 286
		if (StringUtils.isNotBlank(nomStatusStr)){
287 287
			NomenclaturalStatusType nomStatusType;
288 288
			try {
289
				nomStatusType = NomenclaturalStatusType.getNomenclaturalStatusTypeByAbbreviation(nomStatusStr);
289
				nomStatusType = NomenclaturalStatusType.getNomenclaturalStatusTypeByAbbreviation(nomStatusStr, name);
290 290
			} catch (UnknownCdmTypeException e) {
291 291
				if (nomStatusStr.startsWith("nom. rej. prop.")){
292 292
					nomStatusType = NomenclaturalStatusType.REJECTED_PROP();

Also available in: Unified diff