Delete dead code in TransactionSynchronizationManager
This commit is contained in:
@@ -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