Skip to content

Commit 9702891

Browse files
committed
Fixing the tag reference in the javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@482780 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3a359fb commit 9702891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/java/org/apache/commons/io/DirectoryWalker.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,8 @@ protected DirectoryWalker(FileFilter filter, int depthLimit) {
288288
* limit on the <i>depth</i> navigated to.
289289
* <p>
290290
* The filters control which files and directories will be navigated to as part
291-
* of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly()}
292-
* and {@link FileFilterUtils#makeFileOnly()} internally to combine the filters.
291+
* of the walk. This constructor uses {@link FileFilterUtils#makeDirectoryOnly(IOFileFilter)}
292+
* and {@link FileFilterUtils#makeFileOnly(IOFileFilter)} internally to combine the filters.
293293
* A <code>null</code> filter means that no filtering should occur.
294294
*
295295
* @param directoryFilter the filter to apply to directories, null means visit all directories

0 commit comments

Comments
 (0)