mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[resource] Convince the API tooling that everything is ok
This commit is contained in:
parent
6f1cf5740a
commit
5e26a58a7c
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ public class DerivedStateAwareResource extends LazyLinkingResource {
|
|||
return super.getContents();
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 2.4
|
||||
*/
|
||||
@Override
|
||||
protected void clearInternalState() {
|
||||
if (fullyInitialized) {
|
||||
|
|
Loading…
Reference in a new issue