You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/09/26 14:33:02 UTC

[commons-io] branch master updated: [IO-721] Wrong exception message in FileUtils.setLastModified(File, File).

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 <ga...@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.