Remove fix that does not apply to 3.2.x

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-11-07 20:57:07 +00:00
parent fd1790522e
commit 1908baae60
1 changed files with 0 additions and 3 deletions

View File

@ -51,9 +51,6 @@
SetUniqueList.set(int, E) now works correctly if the object to be inserted SetUniqueList.set(int, E) now works correctly if the object to be inserted
is already placed at the given position. is already placed at the given position.
</action> </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"> <action issue="COLLECTIONS-359" dev="bayard" type="fix" due-to="Mark Shead">
"ListUtils#intersection(List, List)" will now also work correctly if there "ListUtils#intersection(List, List)" will now also work correctly if there
are duplicate elements in the provided lists. are duplicate elements in the provided lists.