Skip to content

Commit 8070bd0

Browse files
committed
Comment call of StepBuilder.stream() method
1 parent b01b6b9 commit 8070bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/springframework/batch/MyBatchJobConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public Step stepExport(JobRepository jobRepository, PlatformTransactionManager t
9090
.processor(new MyDataProcessor(jdbcTemplate))
9191
.writer(myBatchJsonItemWriter)
9292
// FIXME Is this required ?
93-
.stream(myBatchDefaultJsonItemWriter())
93+
// .stream(myBatchDefaultJsonItemWriter())
9494
// This defines the multi-threading using the TaskExecutor
9595
.taskExecutor(applicationTaskExecutor)
9696
// Set the number of concurrent threads

0 commit comments

Comments
 (0)