RESOLVED - issue BATCH-1330: Wrong JavaDoc in CommandLineJobRunner concerning Parameters

http://jira.springframework.org/browse/BATCH-1330
This commit is contained in:
dsyer
2009-07-10 08:12:51 +00:00
parent 155b51cec0
commit 962064ee0d

View File

@@ -71,19 +71,17 @@ import org.springframework.util.StringUtils;
* </p>
*
* <p>
* The arguments to this class are roughly as follows:
* The arguments to this class are as follows:
* </p>
*
* <code>
* java jobPath jobName jobLauncherPath jobParameters...
* jobPath jobName (jobParameters)*
* </code>
*
* <p>
* <ul>
* <li>jobPath: the xml application context containing a {@link Job}
* <li>jobName: the bean id of the job.
* <li>jobLauncherPath: the xml application context containing a
* {@link JobLauncher}
* <li>jobParameters: 0 to many parameters that will be used to launch a job.
* </ul>
* </p>