Project

General

Profile

« Previous | Next » 

Revision 69199d6c

Added by Lutz Suhrbier over 12 years ago

Enabled Polytomous Keys for RAP

View differences:

eu.etaxonomy.taxeditor.editor.rcp/src/eu/etaxonomy/taxeditor/singlesource/editor/name/container/EditorAnnotationFacadeImpl.java
57 57
		return new EditorAnnotationFacadeImpl(type, line, text);
58 58
	}
59 59

  
60
    public Object getInstanceInternal(Integer line, String text) {
60
    public Object getInstanceInternal(Integer line, String text) throws OperationNotSupportedException {
61 61
    	return new EditorAnnotationFacadeImpl(line, text);
62 62
    }
63 63

  

Also available in: Unified diff