You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/28 22:13:59 UTC

[commons-io] branch master updated: FileFilterTest minor fixes #340.

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 2de6ab2  FileFilterTest minor fixes #340.
2de6ab2 is described below

commit 2de6ab23f56216862071a49c58c2c8d7484d4552
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Mon Mar 28 15:54:43 2022 -0500

    FileFilterTest minor fixes #340.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b70039a..05c15c8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -162,6 +162,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Diego Marcilio">
         Add missing javadoc for exceptions thrown for invalid arguments #339.
       </action>
+      <action dev="ggregory" type="fix" due-to="richarda23">
+        FileFilterTest minor fixes #340.
+      </action>
       <!-- ADD -->
       <action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
         Add MemoryMappedFileInputStream #215.