Author: clebert.suconic(a)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
{
Show replies by date