Skip to content

Commit 0a3e961

Browse files
author
Niall Pemberton
committed
javadoc/checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@721742 13f79535-47bb-0310-9956-ffa450edef68
1 parent b79a58e commit 0a3e961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ protected void handleDirectoryStart(File directory, int depth, Collection<?> res
513513
* @param directory the current directory being processed
514514
* @param depth the current directory level (starting directory = 0)
515515
* @param files the files (possibly filtered) in the directory
516+
* @return the filtered list of files
516517
* @throws IOException if an I/O Error occurs
517518
*/
518519
protected File[] filterDirectoryContents(File directory, int depth, File[] files) throws IOException {

0 commit comments

Comments
 (0)