Skip to content

Commit

Permalink
Polish "Fix Javadoc in JobLauncherApplicationRunner"
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 14, 2023
1 parent 03acc02 commit 03865ee
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03865ee

Please sign in to comment.