Author: dkulp
Date: Fri Nov 16 08:10:43 2007
New Revision: 595714
URL: http://svn.apache.org/viewvc?rev=595714&view=rev
Log:
Merged revisions 595521 via svnmerge from
https://svn.apache.org/repos/asf/incubator/cxf/trunk
........
r595521 | gmazza | 2007-11-15 21:20:48 -0500 (Thu, 15 Nov 2007) | 1 line
Typos fixed.
........
Modified:
incubator/cxf/branches/2.0.x-fixes/ (props changed)
incubator/cxf/branches/2.0.x-fixes/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java
Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
incubator/cxf/branches/2.0.x-fixes/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java?rev=595714&r1=595713&r2=595714&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/api/src/main/java/org/apache/cxf/interceptor/Interceptor.java
Fri Nov 16 08:10:43 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/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java
URL:
http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java?rev=595714&r1=595713&r2=595714&view=diff
==============================================================================
---
incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java
(original)
+++
incubator/cxf/branches/2.0.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/AbstractEndpointSelectionInterceptor.java
Fri Nov 16 08:10:43 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