[jboss-cvs] JBoss Messaging SVN: r3096 - trunk/src/main/org/jboss/jms/client/delegate.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 11 18:21:05 EDT 2007


Author: clebert.suconic at jboss.com
Date: 2007-09-11 18:21:05 -0400 (Tue, 11 Sep 2007)
New Revision: 3096

Modified:
   trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
Log:
Just protecting finalize

Modified: trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java
===================================================================
--- trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-09-11 19:31:31 UTC (rev 3095)
+++ trunk/src/main/org/jboss/jms/client/delegate/ClientClusteredConnectionFactoryDelegate.java	2007-09-11 22:21:05 UTC (rev 3096)
@@ -153,7 +153,7 @@
       remoting.getRemotingClient().invoke(request, null);
    }
 
-   public void finalize() throws Throwable
+   protected void finalize() throws Throwable
    {
       super.finalize();
       closeCallback();




More information about the jboss-cvs-commits mailing list