Skip to content

Commit 84b1e1f

Browse files
committed
Fix code sample in documentation
Backport of c2e8ef0
1 parent 54904c0 commit 84b1e1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-batch-docs/asciidoc/job.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,8 @@ The following example shows a typical bean definition for `SimpleJobOperator` in
16571657
@Bean
16581658
public SimpleJobOperator jobOperator(JobExplorer jobExplorer,
16591659
JobRepository jobRepository,
1660-
JobRegistry jobRegistry) {
1660+
JobRegistry jobRegistry,
1661+
JobLauncher jobLauncher) {
16611662
16621663
SimpleJobOperator jobOperator = new SimpleJobOperator();
16631664

0 commit comments

Comments
 (0)