Return-Path: Delivered-To: apmail-incubator-cxf-commits-archive@locus.apache.org Received: (qmail 77867 invoked from network); 16 Nov 2007 02:21:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2007 02:21:16 -0000 Received: (qmail 81058 invoked by uid 500); 16 Nov 2007 02:21:03 -0000 Delivered-To: apmail-incubator-cxf-commits-archive@incubator.apache.org Received: (qmail 81021 invoked by uid 500); 16 Nov 2007 02:21:03 -0000 Mailing-List: contact cxf-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-commits@incubator.apache.org Received: (qmail 81012 invoked by uid 99); 16 Nov 2007 02:21:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2007 18:21:03 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Nov 2007 02:21:01 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 58AE01A9832; Thu, 15 Nov 2007 18:20:55 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: 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 Date: Fri, 16 Nov 2007 02:20:54 -0000 To: cxf-commits@incubator.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071116022055.58AE01A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 { /** * 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