[jbossws-commits] JBossWS SVN: r12525 - stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Jun 28 06:31:24 EDT 2010


Author: alessio.soldano at jboss.com
Date: 2010-06-28 06:31:23 -0400 (Mon, 28 Jun 2010)
New Revision: 12525

Modified:
   stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java
Log:
Correcting comment


Modified: stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java
===================================================================
--- stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java	2010-06-25 15:53:09 UTC (rev 12524)
+++ stack/cxf/trunk/modules/server/src/main/java/org/jboss/wsf/stack/cxf/interceptor/EndpointAssociationInterceptor.java	2010-06-28 10:31:23 UTC (rev 12525)
@@ -32,7 +32,7 @@
 /**
  * A RECEIVE phase interceptor that sets the @see{org.jboss.wsf.spi.deployment.Endpoint}
  * associated to the current message exchange. This is performed early in the chain,
- * before any thread pool comes into the game, preventing the EndpointAssociation
+ * before any thread pool comes into the game, allowing the EndpointAssociation
  * threadlocal to retrieve the correct Endpoint instance.
  * 
  * @author alessio.soldano at jboss.com



More information about the jbossws-commits mailing list