Mark applicable Scope's methods as default

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
Yanming Zhou
2025-04-15 16:51:18 +08:00
committed by Juergen Hoeller
parent 88257f7dfd
commit 410a9ce108
13 changed files with 6 additions and 102 deletions
@@ -83,11 +83,6 @@ public class SimpleThreadScope implements Scope {
"Consider using RequestScope in a web environment.");
}
@Override
public @Nullable Object resolveContextualObject(String key) {
return null;
}
@Override
public String getConversationId() {
return Thread.currentThread().getName();