mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
Mark applicable Scope's methods as default
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
This commit is contained in:
committed by
Juergen Hoeller
parent
88257f7dfd
commit
410a9ce108
-5
@@ -81,11 +81,6 @@ public class SimpleTransactionScope implements Scope {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public @Nullable Object resolveContextualObject(String key) {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public @Nullable String getConversationId() {
|
||||
return TransactionSynchronizationManager.getCurrentTransactionName();
|
||||
|
||||
Reference in New Issue
Block a user