[jboss-cvs] JBoss Messaging SVN: r1506 - branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 20 18:28:20 EDT 2006


Author: ron_sigal
Date: 2006-10-20 18:28:19 -0400 (Fri, 20 Oct 2006)
New Revision: 1506

Modified:
   branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java
Log:
JBMESSAGING-207:  Changed comment.

Modified: branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java
===================================================================
--- branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java	2006-10-20 22:24:44 UTC (rev 1505)
+++ branches/Branch_HTTP_Experiment/src/main/org/jboss/jms/server/container/InjectionAspect.java	2006-10-20 22:28:19 UTC (rev 1506)
@@ -55,7 +55,7 @@
     {
        MethodInvocation mi = (MethodInvocation)invocation;
        
-       // First we inject the callback client for the connection
+       // First we inject the callback handler for the connection
        
        ServerInvokerCallbackHandler handler =
           (ServerInvokerCallbackHandler)mi.getMetaData(MetaDataConstants.JMS,




More information about the jboss-cvs-commits mailing list