Skip to content

Commit c2e8ef0

Browse files
IvanAgafonovfmbenhassine
authored andcommitted
Fix minor example in job.adoc
1 parent 6ca1657 commit c2e8ef0

File tree

1 file changed

+2
-1
lines changed
  • spring-batch-docs/src/main/asciidoc

1 file changed

+2
-1
lines changed

spring-batch-docs/src/main/asciidoc/job.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1611,7 +1611,8 @@ The following example shows a typical bean definition for `SimpleJobOperator` in
16111611
@Bean
16121612
public SimpleJobOperator jobOperator(JobExplorer jobExplorer,
16131613
JobRepository jobRepository,
1614-
JobRegistry jobRegistry) {
1614+
JobRegistry jobRegistry,
1615+
JobLauncher jobLauncher) {
16151616
16161617
SimpleJobOperator jobOperator = new SimpleJobOperator();
16171618

0 commit comments

Comments
 (0)