You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/02/21 11:11:32 UTC

[httpcomponents-client] 05/06: Remove trailing spaces

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-client.git

commit 6a78a00988a11562f181ddc9585cb953af158060
Author: Christophe <ch...@localhost>
AuthorDate: Sun Feb 20 18:08:17 2022 +0100

    Remove trailing spaces
---
 .../org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java   | 2 +-
 .../org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java
index d41e414..7a5cfba 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/H2AsyncClientBuilder.java
@@ -250,7 +250,7 @@ public class H2AsyncClientBuilder {
         this.ioSessionListener = ioSessionListener;
         return this;
     }
-    
+
     /**
      * Sets {@link CharCodingConfig} configuration.
      */
diff --git a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java
index fd2c487..5851087 100644
--- a/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java
+++ b/httpclient5/src/main/java/org/apache/hc/client5/http/impl/async/HttpAsyncClientBuilder.java
@@ -320,7 +320,7 @@ public class HttpAsyncClientBuilder {
         this.ioReactorConfig = ioReactorConfig;
         return this;
     }
-    
+
     /**
      * Sets {@link IOSessionListener} listener.
      *
@@ -330,7 +330,7 @@ public class HttpAsyncClientBuilder {
         this.ioSessionListener = ioSessionListener;
         return this;
     }
-    
+
     /**
      * Sets the callback that will be invoked when the client's IOReactor encounters an uncaught exception.
      *