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 543fd81 [IO-630] Deprecate org.apache.commons.io.output.NullOutputStream.NullOutputStream() in favor of org.apache.commons.io.output.NullOutputStream.NULL_OUTPUT_STREAM. 543fd81 is described below commit 543fd81cee5852a49f528b71955e07dad651e339 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Oct 10 11:44:38 2019 -0400 [IO-630] Deprecate org.apache.commons.io.output.NullOutputStream.NullOutputStream() in favor of org.apache.commons.io.output.NullOutputStream.NULL_OUTPUT_STREAM. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index ac8815f..f3ef725 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -141,7 +141,7 @@ The <action> type attribute can be add,update,fix,remove. Migration to JUnit Jupiter #97. </action> <action issue="IO-630" dev="ggregory" type="update" due-to="Gary Gregory"> - Deprecate `org.apache.commons.io.output.NullOutputStream.NullOutputStream()` in favor of `org.apache.commons.io.output.NullOutputStream.NULL_OUTPUT_STREAM`. + Deprecate org.apache.commons.io.output.NullOutputStream.NullOutputStream() in favor of org.apache.commons.io.output.NullOutputStream.NULL_OUTPUT_STREAM. </action> </release>