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
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/1908baae Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/1908baae Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/1908baae Branch: refs/heads/COLLECTIONS_3_2_X Commit: 1908baae60e4960730f92349776b5681b1133bd6 Parents: fd17905 Author: Thomas Neidhart <t...@apache.org> Authored: Sat Nov 7 20:57:07 2015 +0000 Committer: Thomas Neidhart <t...@apache.org> Committed: Sat Nov 7 20:57:07 2015 +0000 ---------------------------------------------------------------------- src/changes/changes.xml | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/1908baae/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0612b0f..8306efb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -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.