[jboss-cvs] JBoss Messaging SVN: r1982 - trunk/src/main/org/jboss/jms/client.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 18 13:13:54 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-01-18 13:13:54 -0500 (Thu, 18 Jan 2007)
New Revision: 1982

Modified:
   trunk/src/main/org/jboss/jms/client/FailoverCommandCenter.java
Log:
Just changing a comment to keep margin at 100

Modified: trunk/src/main/org/jboss/jms/client/FailoverCommandCenter.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/FailoverCommandCenter.java	2007-01-18 16:12:55 UTC (rev 1981)
+++ trunk/src/main/org/jboss/jms/client/FailoverCommandCenter.java	2007-01-18 18:13:54 UTC (rev 1982)
@@ -116,7 +116,8 @@
       }
       finally
       {
-         // I have this secondary try..finally block, just because if broadcastFailoverEvent throws any exceptions
+         // I have this secondary try..finally block,
+         //   just because if broadcastFailoverEvent throws any exceptions
          // I don't want a dead lock on everybody waiting the valve to be opened.
          try
          {




More information about the jboss-cvs-commits mailing list