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 22:01:27 UTC

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

Author: bayard
Date: Tue Dec  5 13:01:25 2006
New Revision: 482781

URL: http://svn.apache.org/viewvc?view=rev&rev=482781
Log:
Adding missing @param for results. I'm assuming that the results 'may be updated'

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=482781&r1=482780&r2=482781
==============================================================================
--- 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 13:01:25 2006
@@ -427,6 +427,7 @@
      *
      * @param file  the file or directory being processed
      * @param depth  the current directory level (starting directory = 0)
+     * @param results  the collection of result objects, may be updated
      * @return true if the walk has been cancelled
      * @throws IOException if an I/O Error occurs
      */



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