Skip to content
Snippets Groups Projects
Commit 0f5d35f0 authored by David Schmidt's avatar David Schmidt
Browse files

next final modifier for the pipeline...

parent c617f3b9
No related branches found
No related tags found
1 merge request!46Pu/rutascript
Pipeline #
......@@ -32,7 +32,8 @@ public class EditorWarningDrawingStrategy implements IAnnotationDrawingStrategy,
}
@Override
public void drawAnnotation(TypeStyleDataStructure struct, AnnotationFS anno, final StyledText widget, GC gc) {
public void drawAnnotation(TypeStyleDataStructure struct, final AnnotationFS anno,
final StyledText widget, GC gc) {
// set colour depending on the ErrorType of the Annotation
String type = anno.getFeatureValueAsString(
anno.getType().getFeatureByBaseName("ErrorType"));
......
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