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/01/12 15:33:01 UTC

[commons-collections] branch master updated: [COLLECTIONS-744] Add org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).

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-collections.git


The following commit(s) were added to refs/heads/master by this push:
     new fde8c86  [COLLECTIONS-744] Add org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).
fde8c86 is described below

commit fde8c8618ad6fa603dd836438fe2d099021d669f
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Jan 12 10:32:57 2020 -0500

    [COLLECTIONS-744] Add
    org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).
---
 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 a3be7b5..f6bf7d5 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -108,7 +108,7 @@
     <action dev="ggregory" type="fix" due-to="Dominik Stadler">
       Fix links to release notes and update contents for 4.4 #127.
     </action>
-    <action issue="COLLECTIONS-780" dev="ggregory" type="add" due-to="Gary Gregory">
+    <action issue="COLLECTIONS-744" dev="ggregory" type="add" due-to="Gary Gregory">
       Add org.apache.commons.collections4.EnumerationUtils.asIterable(Enumeration).
     </action>
   </release>