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/08/11 01:07:57 UTC

[commons-io] 01/03: Clean up.

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 c26318d06686a57ace4214a62a8f556a06d0036d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Aug 10 21:07:04 2020 -0400

    Clean up.
---
 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 5f340e2..7d02b23 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -120,7 +120,7 @@ The <action> type attribute can be add,update,fix,remove.
         Update spotbugs from 4.0.6 to 4.1.1 #134.
       </action>
       <action issue="IO-681" dev="sebb" type="add">
-        IO-681 IOUtils.close(Closeable) should allow a list of closeables.
+        IOUtils.close(Closeable) should allow a list of closeables.
       </action>
       <action issue="IO-672" dev="sebb" type="fix">
         Copying a File sets last modified date to 01 January 1970.