[Jboss-cvs] JBoss Messaging SVN: r1303 - branches/Branch_1_0/src/main/org/jboss/jms/client/delegate
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Mon Sep 18 14:31:33 EDT 2006
Author: clebert.suconic at jboss.com
Date: 2006-09-18 14:31:32 -0400 (Mon, 18 Sep 2006)
New Revision: 1303
Modified:
branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
Log:
JBMESSAGING-432
Modified: branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java
===================================================================
--- branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java 2006-09-18 14:46:50 UTC (rev 1302)
+++ branches/Branch_1_0/src/main/org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate.java 2006-09-18 18:31:32 UTC (rev 1303)
@@ -212,7 +212,7 @@
remotingConnection.stop();
}
catch (Throwable ignore)
- {
+ {
}
}
@@ -224,7 +224,7 @@
{
//Not a call to createConnectionDelegate - disconnect the client
- //client.disconnect();
+ client.disconnect();
}
}
More information about the jboss-cvs-commits
mailing list