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:46:50 UTC

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

Author: bayard
Date: Tue Dec  5 12:46:49 2006
New Revision: 482774

URL: http://svn.apache.org/viewvc?view=rev&rev=482774
Log:
Removed @return javadoc. It's a void method. 

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=482774&r1=482773&r2=482774
==============================================================================
--- 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:46:49 2006
@@ -388,7 +388,6 @@
      * @param file  the current file being processed
      * @param depth  the current file level (starting directory = 0)
      * @param results  the collection of result objects, may be updated
-     * @return true to process this directory, false to skip this directory
      * @throws IOException if an I/O Error occurs
      */
     protected final void checkIfCancelled(File file, int depth, Collection results) throws IOException {



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