Skip to content

Commit

Permalink
Fix code sample in documentation
Browse files Browse the repository at this point in the history
Backport of c2e8ef0
  • Loading branch information
fmbenhassine committed Oct 4, 2022
1 parent 54904c0 commit 84b1e1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spring-batch-docs/asciidoc/job.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,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 84b1e1f

Please sign in to comment.