Skip to content

Commit 2eeb101

Browse files
committed
Remove unnecessary transactionManager
1 parent 894f9f9 commit 2eeb101

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/step/builder/SimpleStepBuilder.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ protected SimpleStepBuilder(SimpleStepBuilder<I, O> parent) {
114114
this.itemListeners = parent.itemListeners;
115115
this.readerTransactionalQueue = parent.readerTransactionalQueue;
116116
this.meterRegistry = parent.meterRegistry;
117-
this.transactionManager(parent.getTransactionManager());
118117
}
119118

120119
public FaultTolerantStepBuilder<I, O> faultTolerant() {

0 commit comments

Comments
 (0)