You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2010/09/02 15:08:06 UTC

svn commit: r991925 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java

Author: sergeyb
Date: Thu Sep  2 13:08:06 2010
New Revision: 991925

URL: http://svn.apache.org/viewvc?rev=991925&view=rev
Log:
Restoring the mungled comment

Modified:
    cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java

Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java?rev=991925&r1=991924&r2=991925&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java (original)
+++ cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/spi/ProviderImpl.java Thu Sep  2 13:08:06 2010
@@ -64,7 +64,7 @@ public class ProviderImpl extends javax.
     static {
         boolean b = false;
         try {
-            //JAX-WS 2.2 would have the HttpCoPhaseInterceptorChainntext class in the classloader
+            //JAX-WS 2.2 would have the HttpContext class in the classloader
             Class<?> cls = ClassLoaderUtils.loadClass("javax.xml.ws.spi.http.HttpContext", 
                                                       ProviderImpl.class);
             //In addition to that, the Endpoint class we pick up on the classloader