bodewig 2004/01/30 06:14:21
Modified: src/main/org/apache/tools/ant/taskdefs Java.java
Log:
fix wrong javadoc comment.
PR: 25939
Submitted by: Jesse Glick <jglick at netbeans dot org>
Revision Changes Path
1.81 +1 -1 ant/src/main/org/apache/tools/ant/taskdefs/Java.java
Index: Java.java
===================================================================
RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/Java.java,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- Java.java 30 Jan 2004 13:58:58 -0000 1.80
+++ Java.java 30 Jan 2004 14:14:21 -0000 1.81
@@ -405,7 +405,7 @@
}
/**
- * Set the command used to start the VM (only if not forking).
+ * Set the command used to start the VM (only if forking).
*
* @param s command to start the VM
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]