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 80B30200AE3 for ; Thu, 5 May 2016 03:44:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7F341160A08; Thu, 5 May 2016 01:44:30 +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 D14B4160A01 for ; Thu, 5 May 2016 03:44:29 +0200 (CEST) Received: (qmail 78507 invoked by uid 500); 5 May 2016 01:44:28 -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 78358 invoked by uid 99); 5 May 2016 01:44:28 -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; Thu, 05 May 2016 01:44:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5797ADFFB9; Thu, 5 May 2016 01:44:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reta@apache.org To: commits@cxf.apache.org Date: Thu, 05 May 2016 01:44:30 -0000 Message-Id: In-Reply-To: <18dbf6ea8f3d43cc8cba130f4cc983af@git.apache.org> References: <18dbf6ea8f3d43cc8cba130f4cc983af@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [03/12] cxf git commit: CXF-6890 - "afirmative" is mispelled in debug output archived-at: Thu, 05 May 2016 01:44:30 -0000 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/3ed1543f Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/3ed1543f Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/3ed1543f Branch: refs/heads/master-jaxrs-2.1 Commit: 3ed1543fb6d16083bad28db9b25eef270a4e1c1e Parents: 8b3243e Author: Colm O hEigeartaigh Authored: Wed May 4 10:30:20 2016 +0100 Committer: Colm O hEigeartaigh Committed: Wed May 4 10:30:20 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/3ed1543f/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 9d4635b..adebe09 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 @@ -1792,7 +1792,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."); } } }