Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
kernel
Commits
14c00bfe
Commit
14c00bfe
authored
Jul 27, 2016
by
Vincent Aravantinos
Browse files
RED
refs 2490
parent
66dfad35
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.tooling.base.ui/trunk/src/org/fortiss/tooling/base/ui/annotation/view/AnnotationViewPartBase.java
View file @
14c00bfe
...
...
@@ -339,6 +339,9 @@ public abstract class AnnotationViewPartBase extends ViewPart implements ISelect
Display
.
getDefault
().
asyncExec
(
new
Runnable
()
{
@Override
public
void
run
()
{
// TODO(VA) I will again get insults for this, but the following does the same
// in one line:
// activeInstances.stream().forEach(avp -> avp.forceFullUpdate());
for
(
AnnotationViewPartBase
avp
:
activeInstances
)
{
avp
.
forceFullUpdate
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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