Skip to content

Commit cd338ef

Browse files
author
Niall Pemberton
committed
Correct example in the javadoc
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@441487 13f79535-47bb-0310-9956-ffa450edef68
1 parent dc5bb11 commit cd338ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
* return results;
4545
* }
4646
*
47-
* protected boolean handleDirectoryStart(File directory, int depth, Collection results) {
47+
* protected boolean handleDirectory(File directory, int depth, Collection results) {
4848
* // delete svn directories and then skip
4949
* if (".svn".equals(directory.getName())) {
5050
* directory.delete();

0 commit comments

Comments
 (0)