Skip to content

Commit 8fd9387

Browse files
author
Gary Gregory
committed
Remove dead comments.
1 parent 5f73593 commit 8fd9387

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ public static IOFileFilter ageFileFilter(final File cutoffReference, final boole
107107
return new AgeFileFilter(cutoffReference, acceptOlder);
108108
}
109109

110-
//-----------------------------------------------------------------------
111110
/**
112111
* Returns a filter that returns true if the file was last modified before
113112
* or at the specified cutoff time.
@@ -746,7 +745,6 @@ public static List<IOFileFilter> toList(final IOFileFilter... filters) {
746745
return list;
747746
}
748747

749-
//-----------------------------------------------------------------------
750748
/**
751749
* Returns a filter that always returns true.
752750
*

0 commit comments

Comments
 (0)