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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Wed May 20 09:41:36 EDT 2009


Author: manik.surtani at jboss.com
Date: 2009-05-20 09:41:36 -0400 (Wed, 20 May 2009)
New Revision: 324

Modified:
   trunk/core/src/main/java/org/infinispan/Cache.java
Log:
Updated Javadocs

Modified: trunk/core/src/main/java/org/infinispan/Cache.java
===================================================================
--- trunk/core/src/main/java/org/infinispan/Cache.java	2009-05-20 12:46:52 UTC (rev 323)
+++ trunk/core/src/main/java/org/infinispan/Cache.java	2009-05-20 13:41:36 UTC (rev 324)
@@ -48,8 +48,8 @@
  * {@link ConcurrentMap#keySet()}, {@link ConcurrentMap#values()} and {@link ConcurrentMap#entrySet()} are expensive
  * (prohibitively so when using a distributed cache) and frequent use of these methods is not recommended.
  * <p/>
- * Also, like many {@link ConcurrentMap} implementations, Cache does not support the use of <tt>null</tt> keys (although
- * <tt>null</tt> values are allowed).
+ * Also, like many {@link ConcurrentMap} implementations, Cache does not support the use of <tt>null</tt> keys or
+ * values.
  * <p/>
  * <h3>Asynchronous operations</h3> Cache also supports the use of "async" remote operations.  Note that these methods
  * only really make sense if you are using a clustered cache.  I.e., when used in LOCAL mode, these "async" operations




More information about the infinispan-commits mailing list