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/descriptive/operation/MoveDescriptionToOtherTaxonOperation.java
80 80
			}
81 81
			description.setTitleCache(description.getTitleCache() + separator + moveMessage, true);
82 82
		}
83
		Annotation annotation = Annotation.NewInstance(moveMessage, Language.DEFAULT());
83
		Annotation annotation = Annotation.NewInstance(moveMessage, Language.getDefaultLanguage());
84 84
		annotation.setAnnotationType(AnnotationType.TECHNICAL());
85 85
		description.addAnnotation(annotation);
86 86
		newAcceptedTaxonNode.getTaxon().addDescription(description);

Also available in: Unified diff