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 2018/03/21 16:39:56 UTC

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

Repository: httpcomponents-core
Updated Branches:
  refs/heads/4.4.x 958b624c9 -> 730f26a57


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/730f26a5
Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/tree/730f26a5
Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-core/diff/730f26a5

Branch: refs/heads/4.4.x
Commit: 730f26a576bee632ca5782eca86a23fac320c117
Parents: 958b624
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Mar 21 10:39:54 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Mar 21 10:39:54 2018 -0600

----------------------------------------------------------------------
 .../http/impl/bootstrap/ServerBootstrap.java    | 38 ++++++++++----------
 1 file changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/httpcomponents-core/blob/730f26a5/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
----------------------------------------------------------------------
diff --git a/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java b/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
index 7919290..70c974b 100644
--- a/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
+++ b/httpcore/src/main/java/org/apache/http/impl/bootstrap/ServerBootstrap.java
@@ -93,7 +93,7 @@ public class ServerBootstrap {
 
     /**
      * Sets listener port number.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setListenerPort(final int listenerPort) {
@@ -103,7 +103,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns local interface for the listener.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setLocalAddress(final InetAddress localAddress) {
@@ -113,7 +113,7 @@ public class ServerBootstrap {
 
     /**
      * Sets socket configuration.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setSocketConfig(final SocketConfig socketConfig) {
@@ -127,7 +127,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setConnectionFactory(
      * org.apache.http.HttpConnectionFactory)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setConnectionConfig(final ConnectionConfig connectionConfig) {
@@ -137,7 +137,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link HttpProcessor} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setHttpProcessor(final HttpProcessor httpProcessor) {
@@ -151,7 +151,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap addInterceptorFirst(final HttpResponseInterceptor itcp) {
@@ -171,7 +171,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap addInterceptorLast(final HttpResponseInterceptor itcp) {
@@ -191,7 +191,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap addInterceptorFirst(final HttpRequestInterceptor itcp) {
@@ -211,7 +211,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap addInterceptorLast(final HttpRequestInterceptor itcp) {
@@ -231,7 +231,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setHttpProcessor(
      * org.apache.http.protocol.HttpProcessor)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setServerInfo(final String serverInfo) {
@@ -241,7 +241,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link ConnectionReuseStrategy} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setConnectionReuseStrategy(final ConnectionReuseStrategy connStrategy) {
@@ -251,7 +251,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link HttpResponseFactory} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setResponseFactory(final HttpResponseFactory responseFactory) {
@@ -261,7 +261,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link HttpRequestHandlerMapper} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setHandlerMapper(final HttpRequestHandlerMapper handlerMapper) {
@@ -294,7 +294,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link HttpExpectationVerifier} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setExpectationVerifier(final HttpExpectationVerifier expectationVerifier) {
@@ -304,7 +304,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link HttpConnectionFactory} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setConnectionFactory(
@@ -315,7 +315,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link org.apache.http.impl.bootstrap.SSLServerSetupHandler} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setSslSetupHandler(final SSLServerSetupHandler sslSetupHandler) {
@@ -325,7 +325,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link javax.net.ServerSocketFactory} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setServerSocketFactory(final ServerSocketFactory serverSocketFactory) {
@@ -339,7 +339,7 @@ public class ServerBootstrap {
      * Please note this value can be overridden by the {@link #setServerSocketFactory(
      *   javax.net.ServerSocketFactory)} method.
      * </p>
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setSslContext(final SSLContext sslContext) {
@@ -349,7 +349,7 @@ public class ServerBootstrap {
 
     /**
      * Assigns {@link org.apache.http.ExceptionLogger} instance.
-     * 
+     *
      * @return this
      */
     public final ServerBootstrap setExceptionLogger(final ExceptionLogger exceptionLogger) {