Author: manik.surtani(a)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)
{
Show replies by date