[jboss-cvs] JBoss Messaging SVN: r3455 - branches/Branch_Stable/src/main/org/jboss/jms/server/connectionmanager.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 10 06:22:14 EST 2007


Author: timfox
Date: 2007-12-10 06:22:13 -0500 (Mon, 10 Dec 2007)
New Revision: 3455

Modified:
   branches/Branch_Stable/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java
Log:
Minor typo correction


Modified: branches/Branch_Stable/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java
===================================================================
--- branches/Branch_Stable/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java	2007-12-10 10:34:40 UTC (rev 3454)
+++ branches/Branch_Stable/src/main/org/jboss/jms/server/connectionmanager/SimpleConnectionManager.java	2007-12-10 11:22:13 UTC (rev 3455)
@@ -364,7 +364,7 @@
          {
             try
             {
-      			log.debug("clPearing up state for connection " + sce);
+      			log.debug("clearing up state for connection " + sce);
       			
       			//Remoting is dumb and doesn't clean up it's state after itself - so we have to do it.
       			((ServerConnectionEndpoint)sce).closeCallbackClient();




More information about the jboss-cvs-commits mailing list