[jboss-cvs] JBoss Messaging SVN: r8184 - branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 21 06:22:02 EST 2011


Author: gaohoward
Date: 2011-01-21 06:22:01 -0500 (Fri, 21 Jan 2011)
New Revision: 8184

Modified:
   branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
Log:
save


Modified: branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java
===================================================================
--- branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2011-01-21 11:12:34 UTC (rev 8183)
+++ branches/JBM1842/src/main/org/jboss/messaging/core/impl/postoffice/MessagingPostOffice.java	2011-01-21 11:22:01 UTC (rev 8184)
@@ -4008,7 +4008,7 @@
    //not for concurrent use!
    private class ClusterState
    {
-      Map<Integer, NodeState> states = new HashMap<Integer, NodeState>();
+      Map<Integer, NodeState> states = new java.util.concurrent.ConcurrentHashMap<Integer, NodeState>();
 
       private ClusterState(Map<Integer, NodeState> copy)
       {



More information about the jboss-cvs-commits mailing list