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/12/07 03:16:34 UTC

[commons-io] 02/02: Fix and move entry.

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

commit d5257997e8923257432dbd95189726b739a48607
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Dec 6 10:28:53 2021 -0500

    Fix and move entry.
---
 src/changes/changes.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c51ac51..881d78e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -74,9 +74,6 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="fix" due-to="Arturo Bernal">
         Fix Javadoc in ThreadMonitor#run() method. #273.
       </action>
-      <action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
-        Add MemoryMappedInputStream. #215.
-      </action>
       <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>
@@ -130,6 +127,9 @@ The <action> type attribute can be add,update,fix,remove.
         When deleting symlinks, File/PathUtils.deleteDirectory() changes file permissions of the target.
       </action>
       <!-- ADD -->
+      <action issue="IO-726" dev="ggregory" type="fix" due-to="shollander, Gary Gregory">
+        Add MemoryMappedFileInputStream #215.
+      </action>
       <action dev="ggregory" type="add" due-to="Gary Gregory">
         Add BrokenReader.INSTANCE.
       </action>