Project

General

Profile

« Previous | Next » 

Revision 801f7c6e

Added by Andreas Müller almost 7 years ago

ref #6754 fix name relationship bug and some cleanup

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaTaxonExport.java
189 189
		//nameAccordingTo
190 190
		Reference sec = taxonBase.getSec();
191 191
		if (sec == null){
192
			String message = "There is a taxon without sec " + taxonBase.getTitleCache() + "( " + taxonBase.getId() + ")";
192
			String message = "There is a taxon without sec " + taxonBase.getTitleCache() + "(" + taxonBase.getId() + ")";
193 193
			state.getResult().addWarning(message);
194 194
		}else{
195 195
			record.setNameAccordingToId(taxonBase.getSec().getUuid());

Also available in: Unified diff