reconciling with API tooling

This commit is contained in:
Jan Koehnlein 2011-10-26 15:58:04 +02:00
parent 7e5a4f708c
commit d36328926a

View file

@ -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;
}