[jboss-cvs] JBossAS SVN: r76722 - trunk/cluster/src/main/org/jboss/ha/singleton.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 6 14:22:42 EDT 2008


Author: pferraro
Date: 2008-08-06 14:22:42 -0400 (Wed, 06 Aug 2008)
New Revision: 76722

Modified:
   trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonSupport.java
Log:
stopSingleton() should delegate to HAService.stopSingleton() not HAService.stop().

Modified: trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonSupport.java
===================================================================
--- trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonSupport.java	2008-08-06 17:19:37 UTC (rev 76721)
+++ trunk/cluster/src/main/org/jboss/ha/singleton/HASingletonSupport.java	2008-08-06 18:22:42 UTC (rev 76722)
@@ -116,7 +116,7 @@
     */
    public void stopSingleton()
    {
-      this.getHAService().stop();
+      this.getHAService().stopSingleton();
    }
    
    /**




More information about the jboss-cvs-commits mailing list