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 a8184d6 Fix usage of assertNotNull #269. a8184d6 is described below commit a8184d6407bd49cb8f86680f4d906b1e4884c47b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Fri Sep 3 12:05:49 2021 -0400 Fix usage of assertNotNull #269. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index feb6e8e..850dfdd 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory"> A null charset or charset name in FileWriterWithEncoding constructors uses the default Charset. </action> + <action dev="ggregory" type="fix" due-to="Davide Angelocola"> + Fix usage of assertNotNull #269. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE.