Project

General

Profile

« Previous | Next » 

Revision b6ef7dd5

Added by Katja Luther over 7 years ago

minor

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/excel/taxa/NormalExplicitImport.java
631 631
			}
632 632
			if (StringUtils.isNotBlank(reference)) {
633 633

  
634
			    INomenclaturalReference ref = parser.parseReferenceTitle(reference, date, false);
634
			    INomenclaturalReference ref = parser.parseReferenceTitle(reference, date, true);
635 635
			    if (ref.getAuthorship() == null){
636 636
			        ref.setAuthorship(taxonNameBase.getCombinationAuthorship());
637 637
			    }

Also available in: Unified diff