[hornetq-commits] JBoss hornetq SVN: r11909 - trunk/hornetq-core/src/main/java/org/hornetq/core/server/cluster/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 13 21:53:36 EST 2011


Author: gaohoward
Date: 2011-12-13 21:53:36 -0500 (Tue, 13 Dec 2011)
New Revision: 11909

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
Log:
remove extra empty lines and incorrect code indentation



Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-12-14 02:50:52 UTC (rev 11908)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/server/cluster/impl/ClusterConnectionImpl.java	2011-12-14 02:53:36 UTC (rev 11909)
@@ -359,7 +359,7 @@
       this.manager = manager;
    }
 
-       public void start() throws Exception
+   public void start() throws Exception
    {
       synchronized (this)
       {
@@ -368,7 +368,6 @@
             return;
          }
 
-
          started = true;
 
          if (!backup)
@@ -376,7 +375,6 @@
             activate();
          }
       }
-
    }
 
    public void flushExecutor()
@@ -436,7 +434,6 @@
          managementService.sendNotification(notification);
       }
 
-
       if (backupServerLocator != null)
       {
          backupServerLocator.close();
@@ -615,8 +612,6 @@
          backupServerLocator = null;
       }
 
-
-
       serverLocator = clusterConnector.createServerLocator(true);
 
       if (serverLocator != null)



More information about the hornetq-commits mailing list