You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/11/07 21:57:07 UTC

svn commit: r1713177 - /commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml

Author: tn
Date: Sat Nov  7 20:57:07 2015
New Revision: 1713177

URL: http://svn.apache.org/viewvc?rev=1713177&view=rev
Log:
Remove fix that does not apply to 3.2.x

Modified:
    commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml

Modified: commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml?rev=1713177&r1=1713176&r2=1713177&view=diff
==============================================================================
--- commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml (original)
+++ commons/proper/collections/branches/COLLECTIONS_3_2_X/src/changes/changes.xml Sat Nov  7 20:57:07 2015
@@ -51,9 +51,6 @@
       SetUniqueList.set(int, E) now works correctly if the object to be inserted
       is already placed at the given position.
     </action>
-    <action issue="COLLECTIONS-364" dev="sebb" type="fix">
-      "DualTreeBidiMap" now uses the correct comparator for the reverse map during de-serialization.
-    </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.