mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
reconciling with API tooling
This commit is contained in:
parent
7e5a4f708c
commit
d36328926a
1 changed files with 3 additions and 0 deletions
|
@ -211,6 +211,9 @@ public class LazyLinkingResource extends XtextResource {
|
|||
return super.getEObject(uriFragment);
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.1
|
||||
*/
|
||||
protected boolean isUnresolveableProxyCacheable(Triple<EObject, EReference, INode> triple) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue