[hornetq-commits] JBoss hornetq SVN: r9157 - in trunk/src/main/org/hornetq/core: transaction/impl and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 23 08:21:47 EDT 2010


Author: timfox
Date: 2010-04-23 08:21:46 -0400 (Fri, 23 Apr 2010)
New Revision: 9157

Modified:
   trunk/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
   trunk/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java
Log:
minor tweak

Modified: trunk/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2010-04-23 12:21:37 UTC (rev 9156)
+++ trunk/src/main/org/hornetq/core/server/impl/ServerSessionImpl.java	2010-04-23 12:21:46 UTC (rev 9157)
@@ -117,8 +117,6 @@
 
    private volatile boolean started = false;
 
-   // private final Map<SimpleString, Runnable> failureRunners = new HashMap<SimpleString, Runnable>();
-
    private final Map<SimpleString, TempQueueCleanerUpper> tempQueueCleannerUppers = new HashMap<SimpleString, TempQueueCleanerUpper>();
 
    private final String name;

Modified: trunk/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java	2010-04-23 12:21:37 UTC (rev 9156)
+++ trunk/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java	2010-04-23 12:21:46 UTC (rev 9157)
@@ -22,7 +22,6 @@
 import org.hornetq.core.journal.IOAsyncTask;
 import org.hornetq.core.logging.Logger;
 import org.hornetq.core.persistence.StorageManager;
-import org.hornetq.core.postoffice.PostOffice;
 import org.hornetq.core.transaction.Transaction;
 import org.hornetq.core.transaction.TransactionOperation;
 



More information about the hornetq-commits mailing list