mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
[late JvmType inflation] added synchronized executed check, added @noreference to new public method
This commit is contained in:
parent
f5eca686e3
commit
9cd67e9bef
1 changed files with 2 additions and 1 deletions
|
@ -225,9 +225,10 @@ public class DerivedStateAwareResource extends StorageAwareResource {
|
|||
/**
|
||||
* Runs the given acceptor with a fresh linking context and with eDeliver turned off.
|
||||
*
|
||||
* @noreference This method is not intended to be referenced by clients.
|
||||
* @since 2.8
|
||||
*/
|
||||
public void runLateInitialization(IAcceptor<DerivedStateAwareResource> runnable) {
|
||||
public void runLateInitialization(IAcceptor<? super DerivedStateAwareResource> runnable) {
|
||||
boolean wasDeliver = eDeliver();
|
||||
LinkedHashSet<Triple<EObject, EReference, INode>> before = resolving;
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue