[jboss-svn-commits] JBL Code SVN: r26105 - labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/deploy.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Apr 17 08:05:38 EDT 2009


Author: jhalliday
Date: 2009-04-17 08:05:38 -0400 (Fri, 17 Apr 2009)
New Revision: 26105

Modified:
   labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/deploy/TransactionInitialisation.java
Log:
Remove unnecessary SharedTimer usage. JBTM-533


Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/deploy/TransactionInitialisation.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/deploy/TransactionInitialisation.java	2009-04-17 12:03:02 UTC (rev 26104)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src10/com/arjuna/wst/messaging/deploy/TransactionInitialisation.java	2009-04-17 12:05:38 UTC (rev 26105)
@@ -1,8 +1,8 @@
 /*
  * JBoss, Home of Professional Open Source
  * Copyright 2006, Red Hat Middleware LLC, and individual contributors
- * as indicated by the @author tags. 
- * See the copyright.txt in the distribution for a full listing 
+ * as indicated by the @author tags.
+ * See the copyright.txt in the distribution for a full listing
  * of individual contributors.
  * This copyrighted material is made available to anyone wishing to use,
  * modify, copy, or redistribute it subject to the terms and conditions
@@ -14,7 +14,7 @@
  * v.2.1 along with this distribution; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
  * MA  02110-1301, USA.
- * 
+ *
  * (C) 2005-2006,
  * @author JBoss Inc.
  */
@@ -76,6 +76,5 @@
      */
     public void contextDestroyed(final ServletContextEvent servletContextEvent)
     {
-        SharedTimer.getTimer().cancel() ;
     }
 }




More information about the jboss-svn-commits mailing list