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 DA8DA200CFC for ; Thu, 28 Sep 2017 22:59:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D563D1609CD; Thu, 28 Sep 2017 20:59:02 +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 28C661609B4 for ; Thu, 28 Sep 2017 22:59:02 +0200 (CEST) Received: (qmail 59219 invoked by uid 500); 28 Sep 2017 20:59:01 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 59209 invoked by uid 99); 28 Sep 2017 20:59:01 -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, 28 Sep 2017 20:59:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E950DF5561; Thu, 28 Sep 2017 20:58:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ggregory@apache.org To: commits@hc.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: httpcomponents-core git commit: Remove trailing white spaces on all lines. Date: Thu, 28 Sep 2017 20:58:59 +0000 (UTC) archived-at: Thu, 28 Sep 2017 20:59:03 -0000 Repository: httpcomponents-core Updated Branches: refs/heads/4.4.x 021cc8df6 -> 27b4bcec8 Remove trailing white spaces on all lines. Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/repo Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/commit/27b4bcec Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/27b4bcec Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/27b4bcec Branch: refs/heads/4.4.x Commit: 27b4bcec84c301d7228070241f6c36bbed381f63 Parents: 021cc8d Author: Gary Gregory Authored: Thu Sep 28 14:58:57 2017 -0600 Committer: Gary Gregory Committed: Thu Sep 28 14:58:57 2017 -0600 ---------------------------------------------------------------------- .../java/org/apache/http/nio/protocol/ErrorResponseProducer.java | 2 +- .../main/java/org/apache/http/nio/protocol/HttpAsyncService.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/27b4bcec/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java ---------------------------------------------------------------------- diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java index 9dfd867..6a2df67 100644 --- a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java +++ b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/ErrorResponseProducer.java @@ -40,7 +40,7 @@ import org.apache.http.protocol.HttpContext; /** * This class changed from package private to public in version 4.4.8. - * + * * @since 4.4.8 */ public class ErrorResponseProducer implements HttpAsyncResponseProducer { http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/27b4bcec/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java ---------------------------------------------------------------------- diff --git a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java index 49d5058..b79c1c6 100644 --- a/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java +++ b/httpcore-nio/src/main/java/org/apache/http/nio/protocol/HttpAsyncService.java @@ -1089,7 +1089,7 @@ public class HttpAsyncService implements NHttpServerEventHandler { /** * Gets the HttpResponseFactory for this service. - * + * * @since 4.4.8 */ protected HttpResponseFactory getResponseFactory() {