Project

General

Profile

« Previous | Next » 

Revision 03241a1f

Added by Andreas Müller over 4 years ago

ref #8509 fix missing rank for Biota

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTransformer.java
1658 1658
		Integer result = null;
1659 1659
		if (rank == null) {
1660 1660
			return null;
1661
		}else if (rank.equals(Rank.DOMAIN())){
1662
		    return KINGDOM_NULL;
1661 1663
		}
1662 1664

  
1663 1665
		// We differentiate between Animalia and Plantae only for now.

Also available in: Unified diff