You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/12/05 21:59:33 UTC

svn commit: r482780 - /jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

Author: bayard
Date: Tue Dec  5 12:59:32 2006
New Revision: 482780

URL: http://svn.apache.org/viewvc?view=rev&rev=482780
Log:
Fixing the tag reference in the javadoc

Modified:
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java?view=diff&rev=482780&r1=482779&r2=482780
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/DirectoryWalker.java Tue Dec  5 12:59:32 2006
@@ -288,8 +288,8 @@
      * limit on the <i>depth</i> navigated to.
      * <p>
      * The filters control which files and directories will be navigated to as part
-     * of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly()}
-     * and {@link FileFilterUtils#makeFileOnly()} internally to combine the filters.
+     * of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly(IOFileFilter)}
+     * and {@link FileFilterUtils#makeFileOnly(IOFileFilter)} internally to combine the filters.
      * A <code>null</code> filter means that no filtering should occur.
      *
      * @param directoryFilter  the filter to apply to directories, null means visit all directories



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org