[jboss-cvs] JBossAS SVN: r84068 - projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/aspects/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 10 11:42:38 EST 2009


Author: bstansberry at jboss.com
Date: 2009-02-10 11:42:37 -0500 (Tue, 10 Feb 2009)
New Revision: 84068

Modified:
   projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java
Log:
Fix class javadoc

Modified: projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java
===================================================================
--- projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java	2009-02-10 16:41:11 UTC (rev 84067)
+++ projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/aspects/remoting/ReplicantsManagerInterceptor.java	2009-02-10 16:42:37 UTC (rev 84068)
@@ -27,7 +27,8 @@
 import java.util.Map;
 
 /**
- * Checks to see if this object is local in VM
+ * Checks to see if the client's view of the cluster topology matches
+ * the server's, including the server topology in the response if not.
  *
  * @author <a href="mailto:bill at jboss.org">Bill Burke</a>
  * @version $Revision: 37406 $




More information about the jboss-cvs-commits mailing list