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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Nov 16 16:23:38 EST 2010


Author: clebert.suconic at jboss.com
Date: 2010-11-16 16:23:38 -0500 (Tue, 16 Nov 2010)
New Revision: 9897

Modified:
   branches/Branch_New_Paging_preMerge/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
Log:
tweak

Modified: branches/Branch_New_Paging_preMerge/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- branches/Branch_New_Paging_preMerge/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2010-11-16 21:23:07 UTC (rev 9896)
+++ branches/Branch_New_Paging_preMerge/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2010-11-16 21:23:38 UTC (rev 9897)
@@ -141,6 +141,7 @@
    
    private Map<String, String> metaData;
 
+   // Session's usage should be by definition single threaded, hence it's not needed to use a concurrentHashMap here
    private Map<SimpleString, UUID> targetAddressInfos = new HashMap<SimpleString, UUID>();
    
    private long creationTime = System.currentTimeMillis();



More information about the hornetq-commits mailing list