[jboss-cvs] JBoss Messaging SVN: r1926 - in branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client: . container remoting

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 9 00:08:03 EST 2007


Author: ovidiu.feodorov at jboss.com
Date: 2007-01-09 00:08:01 -0500 (Tue, 09 Jan 2007)
New Revision: 1926

Modified:
   branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/Valve.java
   branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/container/FailoverAspect.java
   branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/remoting/JMSRemotingConnection.java
Log:
more of 'being on the same page' kind of thing

Modified: branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/Valve.java
===================================================================
--- branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/Valve.java	2007-01-09 04:26:53 UTC (rev 1925)
+++ branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/Valve.java	2007-01-09 05:08:01 UTC (rev 1926)
@@ -29,7 +29,8 @@
  *
  * @author <a href="mailto:clebert.suconic at jboss.org">Clebert Suconic</a>
  * @version <tt>$Revision$</tt>
- *          $Id$
+ * 
+ * $Id$
  */
 public class Valve
 {
@@ -83,7 +84,7 @@
 
    public void enter() throws InterruptedException
    {
-      //log.info("Entering Valve on Thread " + Thread.currentThread().getName());
+      // log.info("Entering Valve on Thread " + Thread.currentThread().getName());
       lock.readLock().acquire();
       getCounter().counter++;
       synchronized (this)
@@ -252,7 +253,7 @@
          counterLocal.set(new Counter());
       }
 
-      return (Counter) counterLocal.get();
+      return (Counter)counterLocal.get();
    }
 
    private Stack getStackCloses()

Modified: branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/container/FailoverAspect.java
===================================================================
--- branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/container/FailoverAspect.java	2007-01-09 04:26:53 UTC (rev 1925)
+++ branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/container/FailoverAspect.java	2007-01-09 05:08:01 UTC (rev 1926)
@@ -57,7 +57,8 @@
 
    // Private --------------------------------------------------------------------------------------
 
-   private void performConnectionFailover(ClientConnectionDelegate delegate, JMSRemotingConnection remotingConnection) throws Exception
+   private void performConnectionFailover(ClientConnectionDelegate delegate,
+                                          JMSRemotingConnection remotingConnection) throws Exception
    {
       ConnectionState state = (ConnectionState)delegate.getState();
 

Modified: branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/remoting/JMSRemotingConnection.java
===================================================================
--- branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/remoting/JMSRemotingConnection.java	2007-01-09 04:26:53 UTC (rev 1925)
+++ branches/Branch_Cleberts_Third_Failover/src/main/org/jboss/jms/client/remoting/JMSRemotingConnection.java	2007-01-09 05:08:01 UTC (rev 1926)
@@ -186,7 +186,6 @@
       return callbackManager;
    }
 
-
    public boolean isFailed()
    {
       return failed;




More information about the jboss-cvs-commits mailing list