You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:55:49 UTC

[19/50] commons-collections git commit: Remove planned fixes as they seem to be non-critical.

Remove planned fixes as they seem to be non-critical.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713535 13f79535-47bb-0310-9956-ffa450edef68


Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/74037186
Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/74037186
Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/74037186

Branch: refs/heads/COLLECTIONS_3_2_X
Commit: 7403718668df80f5d04b789b6f16f09572159226
Parents: 1642b00
Author: Thomas Neidhart <tn...@apache.org>
Authored: Mon Nov 9 20:49:17 2015 +0000
Committer: Thomas Neidhart <tn...@apache.org>
Committed: Mon Nov 9 20:49:17 2015 +0000

----------------------------------------------------------------------
 src/changes/changes.xml | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/74037186/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 158880f..6656de6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -88,13 +88,6 @@
       Tree traversal with a TreeListIterator will not be affected anymore by
       the removal of an element directly after a call to previous().
     </action>
-    <action issue="COLLECTIONS-359" dev="bayard" type="fix" due-to="Mark Shead">
-      "ListUtils#intersection(List, List)" will now also work correctly if there
-      are duplicate elements in the provided lists.
-    </action>
-    <action issue="COLLECTIONS-330" dev="mbenson" type="fix" due-to="Joerg Schaible">
-      "LRUMap#keySet()#remove(Object)" will not throw a "ConcurrentModificationException" anymore.
-    </action>
     -->
   </release>
   </body>