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 b146dec Fix typo error in javadocs #276. b146dec is described below commit b146decd943bf24a609b2c5cdb52e86afca26869 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Thu Sep 23 13:33:30 2021 -0400 Fix typo error in javadocs #276. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 67e41aa..1c2794b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -80,6 +80,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-749" dev="ggregory" type="fix" due-to="haihuiyang, Gary Gregory"> FileUtils.listFiles() does not list matching files if File parameter is a symbolic link. </action> + <action issue="IO-749" dev="ggregory" type="fix" due-to="niranjanghule, Gary Gregory"> + Fix typo error in javadocs #276. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE.