Index: LRUMap.java
===================================================================
RCS file:
/home/cvspublic/jakarta-commons/collections/src/java/org/apache/commons/
collections/LRUMap.java,v
retrieving revision 1.12
diff -u -r1.12 LRUMap.java
--- LRUMap.java 19 Mar 2002 01:18:09 -0000 1.12
+++ LRUMap.java 16 Apr 2002 20:12:27 -0000
@@ -82,7 +82,7 @@
* 


*
* 


- * Unlike that Collections 1.0 version, this version of LRUMap does use
a true
+ * Unlike the Collections 1.0 version, this version of LRUMap does use
a true
* LRU algorithm. The keys for all gets and puts are moved to the front
of
* the list. LRUMap is now a subclass of SequencedHashMap, and the "LRU"
* key is now equivalent to LRUMap.getFirst().
_______________________________________________________________
Get your own FREE email account at iVillage.com!
http://webmail.ivillage.com/ 

Reply via email to