[Jboss-cvs] JBossAS SVN: r54983 - branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/interfaces

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 1 13:11:19 EDT 2006


Author: bstansberry at jboss.com
Date: 2006-08-01 13:11:18 -0400 (Tue, 01 Aug 2006)
New Revision: 54983

Modified:
   branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java
Log:
Fix whitespace

Modified: branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java
===================================================================
--- branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java	2006-08-01 16:09:11 UTC (rev 54982)
+++ branches/Branch_4_0/cluster/src/main/org/jboss/ha/framework/interfaces/HARMIClient.java	2006-08-01 17:11:18 UTC (rev 54983)
@@ -321,7 +321,7 @@
       long vid = 0;
       synchronized (this.familyClusterInfo)
       {
-         currentTargets = this.familyClusterInfo.getTargets ();
+         currentTargets = this.familyClusterInfo.getTargets();
          vid = this.familyClusterInfo.getCurrentViewId ();
       }
       stream.writeUTF(key);




More information about the jboss-cvs-commits mailing list