From 03865eebd720410ec0dc64086faa4937072e6368 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 14 Mar 2023 14:58:01 +0000 Subject: [PATCH] Polish "Fix Javadoc in JobLauncherApplicationRunner" See gh-34596 --- .../autoconfigure/batch/JobLauncherApplicationRunner.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java index 1c72ada92011..a6532ee716e8 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/batch/JobLauncherApplicationRunner.java @@ -57,9 +57,9 @@ import org.springframework.util.StringUtils; /** - * {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. - * If a single job is found in the context, it will be executed by default. - * If multiple jobs are found, launch a specific job by providing a jobName + * {@link ApplicationRunner} to {@link JobLauncher launch} Spring Batch jobs. If a single + * job is found in the context, it will be executed by default. If multiple jobs are + * found, launch a specific job by providing a jobName * * @author Dave Syer * @author Jean-Pierre Bergamin