Skip to content

Commit bd9fa4b

Browse files
committed
Removed @return javadoc. It's a void method.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@482774 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9c18390 commit bd9fa4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ private void walk(File directory, int depth, Collection results) throws IOExcept
388388
* @param file the current file being processed
389389
* @param depth the current file level (starting directory = 0)
390390
* @param results the collection of result objects, may be updated
391-
* @return true to process this directory, false to skip this directory
392391
* @throws IOException if an I/O Error occurs
393392
*/
394393
protected final void checkIfCancelled(File file, int depth, Collection results) throws IOException {

0 commit comments

Comments
 (0)