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

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Apr 28 12:20:15 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-04-28 12:20:15 -0400 (Mon, 28 Apr 2008)
New Revision: 5732

Modified:
   core/trunk/src/main/java/org/jboss/cache/commands/write/EvictCommand.java
Log:
Javadoc

Modified: core/trunk/src/main/java/org/jboss/cache/commands/write/EvictCommand.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/commands/write/EvictCommand.java	2008-04-28 16:18:36 UTC (rev 5731)
+++ core/trunk/src/main/java/org/jboss/cache/commands/write/EvictCommand.java	2008-04-28 16:20:15 UTC (rev 5732)
@@ -27,9 +27,9 @@
 
    /**
     * Returns false if the node still exists; i.e. was only data removed because it still has children.
-    *
-    * @see org.jboss.cache.interceptors.EvictionInterceptor#visitEvictFqnCommand(org.jboss.cache.InvocationContext, EvictCommand)
-    *      there is wehere this attribute is used
+    * <p/>
+    * See {@link org.jboss.cache.interceptors.EvictionInterceptor#visitEvictFqnCommand(org.jboss.cache.InvocationContext, EvictCommand)}
+    * which is where this return value is used
     */
    public Object perform(InvocationContext ctx)
    {




More information about the jbosscache-commits mailing list