Skip to content

Commit

Permalink
Fix Javadoc in JobLauncherApplicationRunner
Browse files Browse the repository at this point in the history
  • Loading branch information
benelog authored and wilkinsona committed Mar 14, 2023
1 parent 7f807dc commit 03acc02
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. Runs all
* jobs in the surrounding context by default. Can also be used to 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 03acc02

Please sign in to comment.