[hornetq-commits] JBoss hornetq SVN: r8345 - branches/ClebertTemporary/src/main/org/hornetq/core/replication/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 20 11:44:23 EST 2009


Author: clebert.suconic at jboss.com
Date: 2009-11-20 11:44:22 -0500 (Fri, 20 Nov 2009)
New Revision: 8345

Modified:
   branches/ClebertTemporary/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
Log:
tweaks

Modified: branches/ClebertTemporary/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java
===================================================================
--- branches/ClebertTemporary/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java	2009-11-20 15:05:02 UTC (rev 8344)
+++ branches/ClebertTemporary/src/main/org/hornetq/core/replication/impl/ReplicationManagerImpl.java	2009-11-20 16:44:22 UTC (rev 8345)
@@ -450,7 +450,7 @@
 
       if (runItNow)
       {
-         repliToken.done();
+         repliToken.replicationDone();
       }
    }
 
@@ -499,7 +499,7 @@
       }
       if (executeNow)
       {
-         context.done();
+         context.replicationDone();
       }
    }
 



More information about the hornetq-commits mailing list