mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Add missing override annotations to PropagationContextElement
Closes gh-36087
This commit is contained in:
@@ -78,10 +78,12 @@ public final class PropagationContextElement extends AbstractCoroutineContextEle
|
||||
this.threadLocalContextSnapshot = contextSnapshotFactory.captureAll();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void restoreThreadContext(CoroutineContext context, ContextSnapshot.Scope oldState) {
|
||||
oldState.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
public ContextSnapshot.Scope updateThreadContext(CoroutineContext context) {
|
||||
ContextSnapshot contextSnapshot;
|
||||
if (coroutinesReactorPresent) {
|
||||
|
||||
Reference in New Issue
Block a user