Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5F84B200C3F for ; Wed, 22 Mar 2017 20:17:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 5E18E160B86; Wed, 22 Mar 2017 19:17:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CA610160B74 for ; Wed, 22 Mar 2017 20:17:11 +0100 (CET) Received: (qmail 56714 invoked by uid 500); 22 Mar 2017 19:17:11 -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 56705 invoked by uid 99); 22 Mar 2017 19:17:10 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Mar 2017 19:17:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BFB58DFC15; Wed, 22 Mar 2017 19:17:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: coheigea@apache.org To: commits@cxf.apache.org Message-Id: <11ff403c0617467b9e4e52c084b2cf8d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: Typo Date: Wed, 22 Mar 2017 19:17:10 +0000 (UTC) archived-at: Wed, 22 Mar 2017 19:17:12 -0000 Repository: cxf Updated Branches: refs/heads/master 20951aeac -> 013e6c800 Typo Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/013e6c80 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/013e6c80 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/013e6c80 Branch: refs/heads/master Commit: 013e6c800b2e9ec2e44f0521145cbf88c33f0a05 Parents: 20951ae Author: Colm O hEigeartaigh Authored: Wed Mar 22 19:15:14 2017 +0000 Committer: Colm O hEigeartaigh Committed: Wed Mar 22 19:15:23 2017 +0000 ---------------------------------------------------------------------- .../org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/013e6c80/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java index ee6bf58..b826542 100644 --- a/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java +++ b/core/src/main/java/org/apache/cxf/configuration/jsse/TLSParameterJaxBUtils.java @@ -326,7 +326,7 @@ public final class TLSParameterJaxBUtils { } /** - * This method converts the JAXB KeyManagersType into a list of + * This method converts the JAXB TrustManagersType into a list of * JSSE TrustManagers. */ public static TrustManager[] getTrustManagers(TrustManagersType tmc)