Author: clebert.suconic(a)jboss.com
Date: 2011-07-18 22:18:46 -0400 (Mon, 18 Jul 2011)
New Revision: 11000
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
Log:
tweak
Modified:
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java
===================================================================
---
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java 2011-07-19
01:18:12 UTC (rev 10999)
+++
branches/Branch_2_2_EAP_cluster_clean2/src/main/org/hornetq/core/server/cluster/impl/BridgeImpl.java 2011-07-19
02:18:46 UTC (rev 11000)
@@ -523,7 +523,7 @@
try
{
- // csf.cleanup();
+ csf.cleanup();
}
catch (Throwable dontCare)
{
@@ -531,7 +531,7 @@
try
{
- // session.cleanUp(false);
+ session.cleanUp(false);
}
catch (Throwable dontCare)
{
Show replies by date