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 390c981 [IO-701] Make array declaration in ThresholdingOutputStream
consistent with other array declarations in the library #77
390c981 is described below
commit 390c981388242a2623567521ecd5cb4fcce698fc
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Apr 14 10:47:49 2019 -0400
[IO-701] Make array declaration in ThresholdingOutputStream consistent
with other array declarations in the library #77
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9a68de8..9a5685a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -95,6 +95,9 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="IO-605" dev="ggregory" type="add" due-to="Gary Gregory">
Add class CanExecuteFileFilter.
</action>
+ <action issue="IO-701" dev="ggregory" type="update" due-to="Raymond Tan">
+ Make array declaration in ThresholdingOutputStream consistent with
other array declarations in the library #77.
+ </action>
</release>
<release version="2.6" date="2017-10-15" description="Java 7 required,
Java 9 supported.">