Skip to content

Commit

Permalink
Merge pull request #34596 from benelog
Browse files Browse the repository at this point in the history
* gh-34596:
  Polish "Fix Javadoc in JobLauncherApplicationRunner"
  Fix Javadoc in JobLauncherApplicationRunner

Closes gh-34596
  • Loading branch information
wilkinsona committed Mar 14, 2023
2 parents 7f807dc + 03865ee commit f59c23c
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 f59c23c

Please sign in to comment.