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 50583f2 [IO-721] Wrong exception message in FileUtils.setLastModified(File, File). 50583f2 is described below commit 50583f2d0a3217f1bcc579c257f40bc1a092fc1f Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Sep 26 10:33:00 2021 -0400 [IO-721] Wrong exception message in FileUtils.setLastModified(File, File). --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3a36ac1..b0c6580 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -89,6 +89,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IO-750" dev="ggregory" type="fix" due-to="Sita Geßner, Sebastian Peters, Gary Gregory"> FileUtils.iterateFiles also lists directories. </action> + <action issue="IO-721" dev="ggregory" type="fix" due-to="Dirk Heinrichs, Gary Gregory"> + Wrong exception message in FileUtils.setLastModified(File, File). + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE.