Skip to content

Commit 0aeb7d1

Browse files
committed
Delete dead code in TransactionSynchronizationManager
1 parent 1928167 commit 0aeb7d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

spring-tx/src/main/java/org/springframework/transaction/reactive/TransactionSynchronizationManager.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,4 @@ public void clear() {
403403
this.transactionContext.clear();
404404
}
405405

406-
private Map<Object, Object> getResources() {
407-
return this.transactionContext.getResources();
408-
}
409-
410406
}

0 commit comments

Comments
 (0)