Author: clebert.suconic(a)jboss.com
Date: 2009-10-05 17:25:14 -0400 (Mon, 05 Oct 2009)
New Revision: 8046
Modified:
branches/Replication_Clebert/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java
Log:
local fix on the branch
Modified:
branches/Replication_Clebert/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java
===================================================================
---
branches/Replication_Clebert/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java 2009-10-05
19:18:07 UTC (rev 8045)
+++
branches/Replication_Clebert/src/main/org/hornetq/core/transaction/impl/TransactionImpl.java 2009-10-05
21:25:14 UTC (rev 8046)
@@ -264,11 +264,11 @@
{
storageManager.afterReplicated(execAfterCommit);
}
+ else
+ {
+ execAfterCommit.run();
+ }
}
- else if (execAfterCommit != null)
- {
- execAfterCommit.run();
- }
}
else if (execAfterCommit != null)
{
Show replies by date