Project

General

Profile

« Previous | Next » 

Revision 6ddb76e8

Added by Alex Theys over 12 years ago

AT: Fixing the failed branching errors/wrongly committed files

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/DescriptionHelper.java
381 381
		if (text == null || text.length() == 0) {
382 382
			text = "No label provided";
383 383
		}
384
		
385 384
		return "Description: " + text;
386 385
	}
387 386
	

Also available in: Unified diff