From b9ab19b18b213ce7deadee5ccf88adaa2f5d261b Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Sun, 10 Feb 2002 20:26:43 +0000 Subject: [PATCH] Fix javadoc git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271272 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/org/apache/tools/ant/types/Path.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/org/apache/tools/ant/types/Path.java b/src/main/org/apache/tools/ant/types/Path.java index f5bee363d..2d220adf6 100644 --- a/src/main/org/apache/tools/ant/types/Path.java +++ b/src/main/org/apache/tools/ant/types/Path.java @@ -578,7 +578,7 @@ public class Path extends DataType implements Cloneable { * 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) {