Project

General

Profile

« Previous | Next » 

Revision 064fbac0

Added by Andreas Müller about 3 years ago

update pom and cleanup

View differences:

cdm-eflora/src/main/java/eu/etaxonomy/cdm/io/eflora/centralAfrica/checklist/CentralAfricaChecklistImportBase.java
212 212

  
213 213

  
214 214
		//notes
215
		if (CdmUtils.isNotEmpty(notes)){
215
		if (isNotBlank(notes)){
216 216
			String notesString = String.valueOf(notes);
217 217
			if (notesString.length() > 65530 ){
218 218
				notesString = notesString.substring(0, 65530) + "...";

Also available in: Unified diff