[infinispan-commits] Infinispan SVN: r1537 - trunk/core/src/main/java/org/infinispan.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Feb 23 09:35:41 EST 2010


Author: manik.surtani at jboss.com
Date: 2010-02-23 09:35:41 -0500 (Tue, 23 Feb 2010)
New Revision: 1537

Modified:
   trunk/core/src/main/java/org/infinispan/Cache.java
Log:
Corrected docs

Modified: trunk/core/src/main/java/org/infinispan/Cache.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/Cache.java	2010-02-23 14:31:25 UTC (rev 1536)
+++ trunk/core/src/main/java/org/infinispan/Cache.java	2010-02-23 14:35:41 UTC (rev 1537)
@@ -563,7 +563,7 @@
    Set<K> keySet();
 
    /**
-    * Returns a collection view of the keys contained in this cache. This collection is immutable, so it cannot be modified 
+    * Returns a collection view of the values contained in this cache. This collection is immutable, so it cannot be modified 
     * and changes to the cache won't be reflected in the set. When this method is called on a cache configured with 
     * distribution mode, the collection returned only contains the values locally available in the cache instance. To avoid 
     * memory issues, there is not attempt to bring values from other nodes.



More information about the infinispan-commits mailing list