From 13d014655aa4b6cc5160bc9609c69c6a4ba22b9f Mon Sep 17 00:00:00 2001 From: Morgan James Delagrange Date: Fri, 22 Feb 2002 05:39:21 +0000 Subject: [PATCH] Michael's alternative to the removeLRU() method git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130559 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES-2.0.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES-2.0.txt b/RELEASE-NOTES-2.0.txt index c110092cf..f6ba6d74c 100644 --- a/RELEASE-NOTES-2.0.txt +++ b/RELEASE-NOTES-2.0.txt @@ -24,8 +24,8 @@ promotes the key to the Most Recently Used position. LRUMap 2.0 compatibility changes: - LRUMap can no longer be cast to a HashMap. - The removeLRU() method now has a different - signature, and is no longer public. There is - no direct replacement for this method. + signature, and is no longer public. Instead, use + remove(getFirstKey()). - "Externalized" LRUMap 1.0 Objects cannot be read by LRUMap 2.0.