Skip to content

Commit

Permalink
Fix minor example in job.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanAgafonov authored and fmbenhassine committed Oct 4, 2022
1 parent 6ca1657 commit c2e8ef0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring-batch-docs/src/main/asciidoc/job.adoc
Expand Up @@ -1611,7 +1611,8 @@ The following example shows a typical bean definition for `SimpleJobOperator` in
@Bean
public SimpleJobOperator jobOperator(JobExplorer jobExplorer,
JobRepository jobRepository,
JobRegistry jobRegistry) {
JobRegistry jobRegistry,
JobLauncher jobLauncher) {
SimpleJobOperator jobOperator = new SimpleJobOperator();
Expand Down

0 comments on commit c2e8ef0

Please sign in to comment.