[jboss-cvs] JBoss Messaging SVN: r1395 - trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Sep 29 04:46:02 EDT 2006


Author: timfox
Date: 2006-09-29 04:46:00 -0400 (Fri, 29 Sep 2006)
New Revision: 1395

Modified:
   trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java
Log:
Removed unmatched acquire()



Modified: trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java
===================================================================
--- trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java	2006-09-29 06:14:33 UTC (rev 1394)
+++ trunk/src/main/org/jboss/messaging/core/plugin/postoffice/cluster/DefaultClusteredPostOffice.java	2006-09-29 08:46:00 UTC (rev 1395)
@@ -745,8 +745,6 @@
     */
    public void check(Integer nodeId) throws Throwable
    {
-      lock.readLock().acquire();
-      
       synchronized (holdingArea)
       {
          Iterator iter = holdingArea.entrySet().iterator();




More information about the jboss-cvs-commits mailing list