From 1908baae60e4960730f92349776b5681b1133bd6 Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Sat, 7 Nov 2015 20:57:07 +0000 Subject: [PATCH] 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 --- src/changes/changes.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0612b0ff1..8306efb27 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. - - "DualTreeBidiMap" now uses the correct comparator for the reverse map during de-serialization. - "ListUtils#intersection(List, List)" will now also work correctly if there are duplicate elements in the provided lists.