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:
parent
fd1790522e
commit
1908baae60
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue