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 2020/12/30 04:48:36 UTC

[commons-io] branch master updated: Fix XML.

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 a31f5cf  Fix XML.
a31f5cf is described below

commit a31f5cfcd87d9c2daef0a77c8065c69b602d09cf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Dec 29 23:48:30 2020 -0500

    Fix XML.
---
 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 a5bc449..a915649 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action issue="IO-692" dev="ebourg" type="fix" due-to="Matthew Rooney, Emmanuel Bourg">
         PathUtils.deleteFile() no longer throws a NoSuchFileException when applied on a symbolic link pointing
         to a file that doesn't exist.
-      </action>s
+      </action>
       <action issue="IO-694" dev="ggregory" type="fix" due-to="Tan Yee Fan, Gary Gregory">
         Behavior change in FileUtils.copyDirectory() file last modified timestamp preservation. Match Javadoc to code.
       </action>