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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 10 15:57:01 EDT 2010


Author: bstansberry at jboss.com
Date: 2010-06-10 15:57:00 -0400 (Thu, 10 Jun 2010)
New Revision: 105936

Modified:
   projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/server/HATarget.java
Log:
[JBCLUSTER-282] Remove javadoc refs to deprecated method

Modified: projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/server/HATarget.java
===================================================================
--- projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/server/HATarget.java	2010-06-10 19:32:36 UTC (rev 105935)
+++ projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/server/HATarget.java	2010-06-10 19:57:00 UTC (rev 105936)
@@ -33,7 +33,7 @@
 /** 
  * Control point representing a clustered service. Works with the 
  * {@link DistributedReplicantManager} to makes available a
- * {@link #getReplicants() list of replicants} (objects used to identify remote 
+ * {@link #getReplicantList() list of replicants} (objects used to identify remote 
  * service endpoints around the cluster) for the service. Guards access to the 
  * service via the {@link #invocationsAllowed()} and 
  * {@link #setInvocationsAuthorization(int)} methods.
@@ -83,7 +83,7 @@
     * 
     * @param partition the {@link HAPartition} for the service's cluster
     * @param replicantName the name of the service
-    * @param target        the service's {@link #getReplicants() replicant}
+    * @param target        the service's {@link #getReplicantList() replicant}
     * @param allowInvocations <code>true</code> if {@link #invocationsAllowed()}
     *                         should return <code>true</code> immediately;
     *                         <code>false</code> if not



More information about the jboss-cvs-commits mailing list