[hornetq-commits] JBoss hornetq SVN: r11325 - branches/HORNETQ-720_Replication/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 12 09:33:04 EDT 2011


Author: borges
Date: 2011-09-12 09:33:04 -0400 (Mon, 12 Sep 2011)
New Revision: 11325

Modified:
   branches/HORNETQ-720_Replication/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/FailoverTest.java
Log:
remove dead code

Modified: branches/HORNETQ-720_Replication/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/FailoverTest.java
===================================================================
--- branches/HORNETQ-720_Replication/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/FailoverTest.java	2011-09-12 13:32:26 UTC (rev 11324)
+++ branches/HORNETQ-720_Replication/tests/integration-tests/src/test/java/org/hornetq/tests/integration/cluster/failover/FailoverTest.java	2011-09-12 13:33:04 UTC (rev 11325)
@@ -84,13 +84,6 @@
    {
    }
 
-   abstract class BaseListener implements SessionFailureListener
-   {
-      public void beforeReconnect(final HornetQException me)
-      {
-      }
-   }
-
    @Override
    protected void setUp() throws Exception
    {



More information about the hornetq-commits mailing list