You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2017/09/28 20:58:59 UTC

httpcomponents-core git commit: Remove trailing white spaces on all lines.

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 <gg...@apache.org>
Authored: Thu Sep 28 14:58:57 2017 -0600
Committer: Gary Gregory <gg...@apache.org>
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() {