[hornetq-commits] JBoss hornetq SVN: r9501 - trunk/src/main/org/hornetq/core/persistence/impl/journal.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Aug 3 15:21:41 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-08-03 15:21:41 -0400 (Tue, 03 Aug 2010)
New Revision: 9501

Modified:
   trunk/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
small tweak

Modified: trunk/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
===================================================================
--- trunk/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2010-08-03 18:39:46 UTC (rev 9500)
+++ trunk/src/main/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2010-08-03 19:21:41 UTC (rev 9501)
@@ -1570,6 +1570,9 @@
        */
       public void executeOnCompletion(final IOAsyncTask runnable)
       {
+         // There are no executeOnCompletion calls while using the DummyOperationContext
+         // However we keep the code here for correctness
+         runnable.done();
       }
 
       /* (non-Javadoc)



More information about the hornetq-commits mailing list