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 21702200AE3 for ; Wed, 4 May 2016 11:44:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1A34D1601A3; Wed, 4 May 2016 09:44:21 +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 62E561601A2 for ; Wed, 4 May 2016 11:44:20 +0200 (CEST) Received: (qmail 78256 invoked by uid 500); 4 May 2016 09:44:19 -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 78247 invoked by uid 99); 4 May 2016 09:44:19 -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, 04 May 2016 09:44:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 687F4DFA3F; Wed, 4 May 2016 09:44:19 +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: <7c53cf624bec48f4846f320893bb3db4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: CXF-6890 - "afirmative" is mispelled in debug output Date: Wed, 4 May 2016 09:44:19 +0000 (UTC) archived-at: Wed, 04 May 2016 09:44:21 -0000 Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 17cdeb930 -> f7f22c68a CXF-6890 - "afirmative" is mispelled in debug output Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/f7f22c68 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f7f22c68 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f7f22c68 Branch: refs/heads/3.0.x-fixes Commit: f7f22c68ac20c39884167622f1b69bdcb68061da Parents: 17cdeb9 Author: Colm O hEigeartaigh Authored: Wed May 4 10:30:20 2016 +0100 Committer: Colm O hEigeartaigh Committed: Wed May 4 10:43:40 2016 +0100 ---------------------------------------------------------------------- .../src/main/java/org/apache/cxf/transport/http/HTTPConduit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/f7f22c68/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java ---------------------------------------------------------------------- diff --git a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java index 466f0e2..03dee11 100644 --- a/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java +++ b/rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java @@ -1795,7 +1795,7 @@ public abstract class HTTPConduit if (LOG.isLoggable(Level.FINE)) { LOG.log(Level.FINE, "No Trust Decider for Conduit '" + conduitName - + "'. An afirmative Trust Decision is assumed."); + + "'. An affirmative Trust Decision is assumed."); } } }