You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by GitBox <gi...@apache.org> on 2022/02/20 18:30:40 UTC

[GitHub] [httpcomponents-client] michael-o commented on a change in pull request #351: Async HttpClient builders to support custom IOSessionListener

michael-o commented on a change in pull request #351:
URL: https://github.com/apache/httpcomponents-client/pull/351#discussion_r810665877



##########
File path: httpclient5/src/main/java/org/apache/hc/client5/http/CircularRedirectException.java
##########
@@ -39,7 +39,7 @@
      * Creates a new CircularRedirectException with a {@code null} detail message.
      */
     public CircularRedirectException() {
-        super();
+        super(); 

Review comment:
       Redundant space




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org