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 92266f4c add PathMatcher to class comment (#536)
92266f4c is described below

commit 92266f4cb93811571f40566fe7b77605c97726ac
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Tue Dec 26 19:09:25 2023 +0000

    add PathMatcher to class comment (#536)
---
 src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java 
b/src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java
index 2bdeab49..c782041c 100644
--- a/src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java
+++ b/src/main/java/org/apache/commons/io/filefilter/IOFileFilter.java
@@ -27,7 +27,7 @@ import java.nio.file.attribute.BasicFileAttributes;
 import org.apache.commons.io.file.PathFilter;
 
 /**
- * An interface which brings the FileFilter, FilenameFilter, and PathFilter 
interfaces together.
+ * An interface which brings the FileFilter, FilenameFilter, PathFilter, and 
PathMatcher interfaces together.
  *
  * @since 1.0
  */

Reply via email to