sbailliez 02/02/10 12:26:43
Modified: src/main/org/apache/tools/ant/types Path.java
Log:
Fix javadoc
Revision Changes Path
1.29 +1 -1 jakarta-ant/src/main/org/apache/tools/ant/types/Path.java
Index: Path.java
===================================================================
RCS file:
/home/cvs/jakarta-ant/src/main/org/apache/tools/ant/types/Path.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Path.java 10 Jan 2002 11:21:20 -0000 1.28
+++ Path.java 10 Feb 2002 20:26:43 -0000 1.29
@@ -578,7 +578,7 @@
* This method adds all files in the given
* directories (but not in sub-directories!) to the classpath,
* so that you don't have to specify them all one by one.
- * @param classpath - Path to append files to
+ * @param extdirs - Path to append files to
*/
public void addExtdirs(Path extdirs) {
if (extdirs == null) {
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>