Skip to content

Commit 03865ee

Browse files
committed
Polish "Fix Javadoc in JobLauncherApplicationRunner"
See gh-34596
1 parent 03acc02 commit 03865ee

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.
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
60+
* {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. If a single
61+
* job is found in the context, it will be executed by default. If multiple jobs are
62+
* found, launch a specific job by providing a jobName
6363
*
6464
* @author Dave Syer
6565
* @author Jean-Pierre Bergamin

0 commit comments

Comments
 (0)