Browse Source

Fix javadoc

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271272 13f79535-47bb-0310-9956-ffa450edef68
master
Stephane Bailliez 23 years ago
parent
commit
b9ab19b18b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/types/Path.java

+ 1
- 1
src/main/org/apache/tools/ant/types/Path.java View File

@@ -578,7 +578,7 @@ public class Path extends DataType implements Cloneable {
* This method adds all files in the given * This method adds all files in the given
* directories (but not in sub-directories!) to the classpath, * directories (but not in sub-directories!) to the classpath,
* so that you don't have to specify them all one by one. * 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) { public void addExtdirs(Path extdirs) {
if (extdirs == null) { if (extdirs == null) {


Loading…
Cancel
Save