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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jan 19 18:31:53 EST 2008


Author: bstansberry at jboss.com
Date: 2008-01-19 18:31:52 -0500 (Sat, 19 Jan 2008)
New Revision: 69138

Modified:
   projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java
Log:
Minor javadoc fix

Modified: projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java
===================================================================
--- projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java	2008-01-19 20:43:17 UTC (rev 69137)
+++ projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java	2008-01-19 23:31:52 UTC (rev 69138)
@@ -188,7 +188,7 @@
      * @param types The types of the parameters
      * node of the partition or only on remote nodes
      * @param targetNode is the target of the call
-     * @return none
+     * 
      * @throws Exception Throws if a communication exception occurs
      */
    public void callAsyncMethodOnNode(String serviceName, String methodName,




More information about the jboss-cvs-commits mailing list