Skip to content
Snippets Groups Projects
Commit a4aada6e authored by Markus Krug's avatar Markus Krug
Browse files

fixed the order of visibility of anno types

parent f5b86c28
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -215,12 +215,13 @@ public class GoldstandardAnalyzer extends AEditorSubordinateViewPart {
@Override
public boolean initTypes() {
// process the annotations on the fields
AnnotationProcessor.processUIMAInfoAnnotations(this, editor.getCas());
// set everything unneeded invisible - editor should only display what
// is needed in this view
this.editor.allStylesInvisible();
// process the annotations on the fields
AnnotationProcessor.processUIMAInfoAnnotations(this, editor.getCas());
// layer
editor.changeLayer(tpType, 3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment