mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Delete dead code in TransactionSynchronizationManager
This commit is contained in:
-4
@@ -403,8 +403,4 @@ public class TransactionSynchronizationManager {
|
||||
this.transactionContext.clear();
|
||||
}
|
||||
|
||||
private Map<Object, Object> getResources() {
|
||||
return this.transactionContext.getResources();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user