Skip to content

Commit 6ca31cd

Browse files
committed
Adding missing @param for results. I'm assuming that the results 'may be updated'
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@482781 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9702891 commit 6ca31cd

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
@@ -427,6 +427,7 @@ protected final void checkIfCancelled(File file, int depth, Collection results)
427427
*
428428
* @param file the file or directory being processed
429429
* @param depth the current directory level (starting directory = 0)
430+
* @param results the collection of result objects, may be updated
430431
* @return true if the walk has been cancelled
431432
* @throws IOException if an I/O Error occurs
432433
*/

0 commit comments

Comments
 (0)