[jbosscache-commits] JBoss Cache SVN: r6563 - core/branches/1.4.X/src/org/jboss/cache.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Fri Aug 15 08:14:10 EDT 2008


Author: galder.zamarreno at jboss.com
Date: 2008-08-15 08:14:09 -0400 (Fri, 15 Aug 2008)
New Revision: 6563

Modified:
   core/branches/1.4.X/src/org/jboss/cache/TreeCache.java
Log:
[JBCACHE-1393] Fixed javadoc.

Modified: core/branches/1.4.X/src/org/jboss/cache/TreeCache.java
===================================================================
--- core/branches/1.4.X/src/org/jboss/cache/TreeCache.java	2008-08-15 10:59:40 UTC (rev 6562)
+++ core/branches/1.4.X/src/org/jboss/cache/TreeCache.java	2008-08-15 12:14:09 UTC (rev 6563)
@@ -3816,7 +3816,7 @@
     * @param key
     * @param value
     * @param timeout Number of milliseconds to wait until a lock has been acquired. A TimeoutException will
-    *                be thrown if not successful. 0 means to wait forever
+    *                be thrown if not successful. 0 means no wait at all.
     * @return
     * @throws CacheException
     * @deprecated This is a kludge created specifically form the Hibernate 3.0 release. This method should




More information about the jbosscache-commits mailing list