[jboss-cvs] JBoss Messaging SVN: r5193 - branches/Branch_Chunk_CRS2/src/main/org/jboss/messaging/core/server/impl.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 28 13:40:46 EDT 2008


Author: clebert.suconic at jboss.com
Date: 2008-10-28 13:40:46 -0400 (Tue, 28 Oct 2008)
New Revision: 5193

Modified:
   branches/Branch_Chunk_CRS2/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java
Log:
tweak

Modified: branches/Branch_Chunk_CRS2/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java
===================================================================
--- branches/Branch_Chunk_CRS2/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java	2008-10-28 16:33:41 UTC (rev 5192)
+++ branches/Branch_Chunk_CRS2/src/main/org/jboss/messaging/core/server/impl/ServerConsumerImpl.java	2008-10-28 17:40:46 UTC (rev 5193)
@@ -371,7 +371,6 @@
       {
          int previous;
          
-         // previous will be negative only at the first call, hence it is not necessary to make the next call atomic
          previous = availableCredits.availablePermits(); 
          availableCredits.release(credits);
 




More information about the jboss-cvs-commits mailing list