Author: kahatlen
Date: Wed May 30 11:14:37 2012
New Revision: 1344194
URL: http://svn.apache.org/viewvc?rev=1344194&view=rev
Log:
DERBY-5791: Fix misspelled parameter name in javadoc
Modified:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun.java
Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun.java?rev=1344194&r1=1344193&r2=1344194&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun.java
(original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/replicationTests/ReplicationRun.java
Wed May 30 11:14:37 2012
@@ -1446,7 +1446,7 @@ public class ReplicationRun extends Base
* inherits the class path from the main test process.
*
* @param command the arguments to pass to the Java executable
- * @param id an identifier used to prefix debug output
+ * @param ID an identifier used to prefix debug output
* @param workingDir the directory in which the sub-process should run, or
* {@code null} to run in the same directory as the parent process
*/
|