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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 17 12:29:49 EST 2012


Author: clebert.suconic at jboss.com
Date: 2012-02-17 12:29:49 -0500 (Fri, 17 Feb 2012)
New Revision: 12140

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
Log:
just docs

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2012-02-17 15:48:06 UTC (rev 12139)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/persistence/impl/journal/JournalStorageManager.java	2012-02-17 17:29:49 UTC (rev 12140)
@@ -3360,6 +3360,11 @@
 
    }
 
+   /** This is only used when loading a transaction
+    it might be possible to merge the functionality of this class with {@link PagingStoreImpl.FinishPageMessageOperation}
+    
+   */
+   // TODO: merge this class with the one on the PagingStoreImpl
    private static class FinishPageMessageOperation implements TransactionOperation
    {
 



More information about the hornetq-commits mailing list