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 407032c Add test to make sure the setter of AndFileFilter works correctly #244. 407032c is described below commit 407032ceefc5c90d851d14a8c5fd0548b1f57ab5 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Wed Jun 30 09:48:38 2021 -0400 Add test to make sure the setter of AndFileFilter works correctly #244. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e522fb5..0d9edbf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,6 +57,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Gary Gregory"> Add SymbolicLinkFileFilter. </action> + <action dev="ggregory" type="update" due-to="trncate"> + Add test to make sure the setter of AndFileFilter works correctly #244. + </action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot"> Bump mockito-inline from 3.11.0 to 3.11.2 #247.