Project

General

Profile

« Previous | Next » 

Revision b2f59380

Added by Lutz Suhrbier over 12 years ago

PolytomousKeyListLabelProvider, Position and EditorAnnotation: fixed Single-Source problems

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/container/ConceptContainer.java
133 133
	public void showAnnotations() throws OperationNotSupportedException {
134 134
		if(getData().getSec() == null){
135 135
			getNameViewer().addAnnotation(
136
					new EditorAnnotationFacade(0, "This taxon requires a sec. reference."));
136
					EditorAnnotationFacade.getInstance(0, "This taxon requires a sec. reference."));
137 137
		}
138 138
		super.showAnnotations();
139 139
	}

Also available in: Unified diff