Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C872F7A9E for ; Wed, 7 Dec 2011 15:11:50 +0000 (UTC) Received: (qmail 39752 invoked by uid 500); 7 Dec 2011 15:11:50 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 39689 invoked by uid 500); 7 Dec 2011 15:11:50 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 39682 invoked by uid 99); 7 Dec 2011 15:11:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 15:11:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 15:11:49 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C8DAC23889E7 for ; Wed, 7 Dec 2011 15:11:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1211469 - /cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java Date: Wed, 07 Dec 2011 15:11:28 -0000 To: commits@cxf.apache.org From: gmazza@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111207151128.C8DAC23889E7@eris.apache.org> Author: gmazza Date: Wed Dec 7 15:11:28 2011 New Revision: 1211469 URL: http://svn.apache.org/viewvc?rev=1211469&view=rev Log: typo fixed Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java Modified: cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java URL: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java?rev=1211469&r1=1211468&r2=1211469&view=diff ============================================================================== --- cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java (original) +++ cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/JaxWsServerFactoryBean.java Wed Dec 7 15:11:28 2011 @@ -286,7 +286,7 @@ public class JaxWsServerFactoryBean exte this.blockPostConstruct = blockPostConstruct; } /** - * No injection or PostContstuct will be called if this is set to true. + * No injection or PostConstruct will be called if this is set to true. * If the container has already handled the injection, this should * be set to true. * @param b