mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[xbase][editor] Reduce dead-lock potential
This commit is contained in:
parent
5e26a58a7c
commit
c94c1e452d
1 changed files with 7 additions and 0 deletions
|
@ -50,6 +50,13 @@ public class DerivedStateAwareResource extends LazyLinkingResource {
|
|||
eSetDeliver(true);
|
||||
}
|
||||
}
|
||||
return doGetContents();
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.4
|
||||
*/
|
||||
protected EList<EObject> doGetContents() {
|
||||
return super.getContents();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue