You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2007/11/16 03:20:54 UTC

svn commit: r595521 - in /incubator/cxf/trunk: api/src/main/java/org/apache/cxf/interceptor/Interceptor.java rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java

Author: gmazza
Date: Thu Nov 15 18:20:48 2007
New Revision: 595521

URL: http://svn.apache.org/viewvc?rev=595521&view=rev
Log:
Typos fixed.

Modified:
    incubator/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
    incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java

Modified: incubator/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java?rev=595521&r1=595520&r2=595521&view=diff
==============================================================================
--- incubator/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java (original)
+++ incubator/cxf/trunk/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java Thu Nov 15 18:20:48 2007
@@ -24,7 +24,7 @@
 public interface Interceptor<T extends Message> {
     /**
      * Intercepts a message. 
-     * Interceptors need NOT invoke handleMessage or handleFault
+     * Interceptors should NOT invoke handleMessage or handleFault
      * on the next interceptor - the interceptor chain will
      * take care of this.
      * 

Modified: incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java?rev=595521&r1=595520&r2=595521&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java (original)
+++ incubator/cxf/trunk/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java Thu Nov 15 18:20:48 2007
@@ -69,7 +69,7 @@
     }
 
     /**
-     * Select an Endpoint which will be used for the rest of the inocation.
+     * Select an Endpoint which will be used for the rest of the invocation.
      * 
      * @param message
      * @param eps