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 9bcaf436 Remove unreachable code in AbstractIOFileFilterTest #526
9bcaf436 is described below
commit 9bcaf436f339d7c6d2dced2710145bf3c49613c6
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 18 09:23:43 2023 -0500
Remove unreachable code in AbstractIOFileFilterTest #526
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 12842517..cebb3e42 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -55,6 +55,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" issue="IO-825" due-to="Arthur Chan,
Gary Gregory">Add byte array size validation for methods in EndianUtils
#521.</action>
<action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary
Gregory">Add missing test case CircularByteBufferTest.</action>
<action dev="ggregory" type="fix" issue="IO-781" due-to="Elliotte Rusty
Harold">Make CharSequenceInputStream.available() more correct in the face of
multibyte encodings #525.</action>
+ <action dev="ggregory" type="fix" issue="IO-781" due-to="Elliotte Rusty
Harold">Remove unreachable code in AbstractIOFileFilterTest #526.</action>
<!-- Add -->
<action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary
Gregory">Add and use PathUtils.getFileName(Path, Function<Path,
R>).</action>
<action dev="ggregory" type="fix" issue="IO-825" due-to="dkdal, Gary
Gregory">Add and use PathUtils.getFileNameString().</action>