This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 8fd9387 Remove dead comments. 8fd9387 is described below commit 8fd9387f39210c74da5ad5365e09d498c349f6aa Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jan 27 09:54:38 2021 -0500 Remove dead comments. --- src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java b/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java index 89a4c4c..9f6fd16 100644 --- a/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java +++ b/src/main/java/org/apache/commons/io/filefilter/FileFilterUtils.java @@ -107,7 +107,6 @@ public class FileFilterUtils { return new AgeFileFilter(cutoffReference, acceptOlder); } - //----------------------------------------------------------------------- /** * Returns a filter that returns true if the file was last modified before * or at the specified cutoff time. @@ -746,7 +745,6 @@ public class FileFilterUtils { return list; } - //----------------------------------------------------------------------- /** * Returns a filter that always returns true. *