Project

General

Profile

« Previous | Next » 

Revision 4585a268

Added by Katja Luther almost 7 years ago

ref #6390: missed to commit the changes for NameEditor

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/model/NameHelper.java
33 33
		return name.getTitleCache();
34 34
	}
35 35
	
36
	/**
37
	 * <p>getDisplayName</p>
38
	 *
39
	 * @param name a {@link eu.etaxonomy.cdm.model.name.TaxonNameBase} object.
40
	 * @return a {@link java.lang.String} object.
41
	 */
42
	public static String getDisplayNameCache(TaxonBase taxon){
43
		return taxon.getName().getNameCache();
44
	}
36 45
	/**
37 46
	 * <p>getDisplayName</p>
38 47
	 *

Also available in: Unified diff