Skip to content

Commit 03acc02

Browse files
benelogwilkinsona
authored andcommitted
Fix Javadoc in JobLauncherApplicationRunner
See gh-34596
1 parent 7f807dc commit 03acc02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
import org.springframework.util.StringUtils;
5858

5959
/**
60-
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. Runs all
61-
* jobs in the surrounding context by default. Can also be used to launch a specific job
62-
* by providing a jobName
60+
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs.
61+
* If a single job is found in the context, it will be executed by default.
62+
* If multiple jobs are found, launch a specific job by providing a jobName
6363
*
6464
* @author Dave Syer
6565
* @author Jean-Pierre Bergamin

0 commit comments

Comments
 (0)