[hornetq-commits] JBoss hornetq SVN: r10427 - branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 30 14:28:16 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-03-30 14:28:16 -0400 (Wed, 30 Mar 2011)
New Revision: 10427

Modified:
   branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java
Log:
removing invalid log

Modified: branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java
===================================================================
--- branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-03-30 18:27:39 UTC (rev 10426)
+++ branches/Branch_2_2_EAP/src/main/org/hornetq/core/server/impl/QueueImpl.java	2011-03-30 18:28:16 UTC (rev 10427)
@@ -1889,11 +1889,6 @@
 
       queue.deliveringCount.decrementAndGet();
 
-      if (queue.deliveringCount.get() < 0)
-      {
-         new Exception("DeliveringCount became negative").printStackTrace();
-      }
-
       if (ref.isPaged())
       {
          // nothing to be done



More information about the hornetq-commits mailing list