[jboss-cvs] JBoss Messaging SVN: r8481 - branches/Branch_1_4/src/main/org/jboss/jms/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 25 23:36:04 EST 2011


Author: gaohoward
Date: 2011-12-25 23:36:04 -0500 (Sun, 25 Dec 2011)
New Revision: 8481

Modified:
   branches/Branch_1_4/src/main/org/jboss/jms/server/MessagingClusterHealthMBean.java
Log:
JBMESSAGING-1911


Modified: branches/Branch_1_4/src/main/org/jboss/jms/server/MessagingClusterHealthMBean.java
===================================================================
--- branches/Branch_1_4/src/main/org/jboss/jms/server/MessagingClusterHealthMBean.java	2011-12-21 14:14:48 UTC (rev 8480)
+++ branches/Branch_1_4/src/main/org/jboss/jms/server/MessagingClusterHealthMBean.java	2011-12-26 04:36:04 UTC (rev 8481)
@@ -252,9 +252,9 @@
    {
       long delay = shutdownDelay;
       
+      long stopTime = System.currentTimeMillis();
       while (delay > 0)
       {
-         long stopTime = System.currentTimeMillis();
          try
          {
             Thread.sleep(delay);



More information about the jboss-cvs-commits mailing list