From 962064ee0da256f84f5107b7e97f3999cbeafee5 Mon Sep 17 00:00:00 2001
From: dsyer
Date: Fri, 10 Jul 2009 08:12:51 +0000
Subject: [PATCH] RESOLVED - issue BATCH-1330: Wrong JavaDoc in
CommandLineJobRunner concerning Parameters
http://jira.springframework.org/browse/BATCH-1330
---
.../batch/core/launch/support/CommandLineJobRunner.java | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java
index 6dd66f3ce..0e0417ce9 100644
--- a/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java
+++ b/spring-batch-core/src/main/java/org/springframework/batch/core/launch/support/CommandLineJobRunner.java
@@ -71,19 +71,17 @@ import org.springframework.util.StringUtils;
*
*
*
- * The arguments to this class are roughly as follows:
+ * The arguments to this class are as follows:
*
*
*
- * java jobPath jobName jobLauncherPath jobParameters...
+ * jobPath jobName (jobParameters)*
*
*
*
*
* - jobPath: the xml application context containing a {@link Job}
*
- jobName: the bean id of the job.
- *
- jobLauncherPath: the xml application context containing a
- * {@link JobLauncher}
*
- jobParameters: 0 to many parameters that will be used to launch a job.
*
*