Skip to content

Commit bcc4665

Browse files
wavoefmbenhassine
authored andcommitted
Update step.adoc
typo in a variable
1 parent 2916da3 commit bcc4665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-docs/asciidoc/step.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public Step gameLoad() {
474474
475475
@Bean
476476
public Step playerSummarization() {
477-
return this.stepBuilderFactor.get("playerSummarization")
477+
return this.stepBuilderFactory.get("playerSummarization")
478478
.startLimit(2)
479479
.<String, String>chunk(10)
480480
.reader(playerSummarizationSource())

0 commit comments

Comments
 (0)