Project

General

Profile

« Previous | Next » 

Revision 48ad1dcd

Added by Andreas Müller about 3 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTaxonExport.java
2074 2074
			    String author = sec == null? "" : sec.getTitleCache();
2075 2075
			    String webShowName = isMisapplied? getDisplayName(taxon):getWebShowName(taxonName);  //for misapplied we need also the sensu and non author part, for ordinary names name + author is enough
2076 2076
			    String accessed = ". Accessed through: Euro+Med PlantBase at https://www.europlusmed.org/cdm_dataportal/taxon/";
2077
			    result = CdmUtils.removeTrailingDot(author)
2078
			            + ". " + CdmUtils.removeTrailingDot(webShowName)
2077
			    result = CdmUtils.removeTrailingDots(author)
2078
			            + ". " + CdmUtils.removeTrailingDots(webShowName)
2079 2079
			            + accessed + taxon.getUuid();
2080 2080
			} else {
2081 2081
				//TODO check for IF + FE

Also available in: Unified diff