Project

General

Profile

« Previous | Next » 

Revision c338dc84

Added by Cherian Mathew almost 10 years ago

replaced static term initialisation methods with newly added cdmCacher driven methods

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/graph/ConceptGraphLabelProvider.java
28 28
		if(element instanceof Taxon){
29 29
			return ((Taxon)element).getTitleCache();
30 30
		} else if( element instanceof TaxonRelationship) {
31
			return ((TaxonRelationship)element).getType().getRepresentation(Language.ENGLISH()).getAbbreviatedLabel();
31
			return ((TaxonRelationship)element).getType().getRepresentation(Language.getLanguageFromUuid(Language.uuidEnglish)).getAbbreviatedLabel();
32 32
		}
33 33
		return "TODO";
34 34
	}

Also available in: Unified diff