Project

General

Profile

« Previous | Next » 

Revision 48014773

Added by Andreas Müller almost 9 years ago

Rename NonViralName authorteams to authorship #4968

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/io/eflora/centralAfrica/ferns/CentralAfricaFernsImportBase.java
264 264
			parser.handleAuthors(taxonName, taxonName.getNameCache().trim() + " " + authorString, authorString);
265 265
		}
266 266
		if (! isHigherTaxon){
267
			String combinationAuthor = taxonName.getCombinationAuthorTeam()==null ? "" :taxonName.getCombinationAuthorTeam().getNomenclaturalTitle();
267
			String combinationAuthor = taxonName.getCombinationAuthorship()==null ? "" :taxonName.getCombinationAuthorship().getNomenclaturalTitle();
268 268
			if (StringUtils.isNotBlank(authorsAbbrev) && ! authorsAbbrev.equalsIgnoreCase(combinationAuthor)){
269 269
				//it is expected that the fullAuthor and the abbrevAuthor are the combination authors but very often it is not
270 270
				logger.warn(taxonNumber + ": Rank author and abbrev author are not equal: " + authorString + "\t<-> " + combinationAuthor + "\t<-> " + authorsAbbrev);

Also available in: Unified diff