[jboss-cvs] JBossAS SVN: r107154 - 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
Wed Jul 28 10:42:41 EDT 2010


Author: pferraro
Date: 2010-07-28 10:42:40 -0400 (Wed, 28 Jul 2010)
New Revision: 107154

Modified:
   projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java
Log:
Drop redundant getNodeName() method (already defined in GroupCommunicationService)

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	2010-07-28 14:41:07 UTC (rev 107153)
+++ projects/cluster/ha-server-api/trunk/src/main/java/org/jboss/ha/framework/interfaces/HAPartition.java	2010-07-28 14:42:40 UTC (rev 107154)
@@ -51,16 +51,6 @@
    // *******************************
    
    /**
-    * Return the name of this node in the current partition. The name is
-    * dynamically determined by the partition. The name will be the String
-    * returned by <code>getClusterNode().getName()</code>.
-    * 
-    * @return The node name
-    * 
-    * @see #getClusterNode()
-    */
-   public String getNodeName();
-   /**
     * The name of the partition.
     *
     * @return Name of the current partition



More information about the jboss-cvs-commits mailing list