Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
kallimachos
Athen
Commits
a4aada6e
Commit
a4aada6e
authored
Feb 23, 2018
by
Markus Krug
Browse files
fixed the order of visibility of anno types
parent
f5b86c28
Pipeline
#7884
passed with stages
in 18 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
de.uniwue.mk.athen/bundles/de.uniwue.mk.kall.athen.goldstandardAnalyzer/src/de/uniwue/mk/kall/athen/goldstandardAnalyzer/GoldstandardAnalyzer.java
View file @
a4aada6e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment