[jbosscache-commits] JBoss Cache SVN: r4516 - core/trunk/src/main/java/org/jboss/cache.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Sep 27 11:56:20 EDT 2007


Author: mircea.markus
Date: 2007-09-27 11:56:20 -0400 (Thu, 27 Sep 2007)
New Revision: 4516

Modified:
   core/trunk/src/main/java/org/jboss/cache/Region.java
Log:


Modified: core/trunk/src/main/java/org/jboss/cache/Region.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/Region.java	2007-09-27 05:34:14 UTC (rev 4515)
+++ core/trunk/src/main/java/org/jboss/cache/Region.java	2007-09-27 15:56:20 UTC (rev 4516)
@@ -168,8 +168,6 @@
     *
     * @param fqn Fqn of the node.
     * @see #unmarkNodeCurrentlyInUse(Fqn)
-    * @deprecated you are now able to specify Node.setResident which has (almost -> i.e. you cannot specify a timeout)
-    * the same behavior. That metod also replicates the change clusterwise
     */
    void markNodeCurrentlyInUse(Fqn fqn, long timeout);
 
@@ -178,8 +176,6 @@
     *
     * @param fqn Fqn of the node.
     * @see #markNodeCurrentlyInUse(Fqn,long)
-    * @deprecated you are now able to specify Node.isResident which has (almost) the same behavior. That metod also 
-    * replicates the change clusterwise
     */
    void unmarkNodeCurrentlyInUse(Fqn fqn);
 




More information about the jbosscache-commits mailing list