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 2019/12/29 15:32:17 UTC

[GitHub] [httpcomponents-client] scottgifford commented on a change in pull request #191: Cache http

scottgifford commented on a change in pull request #191: Cache http
URL: https://github.com/apache/httpcomponents-client/pull/191#discussion_r361856977
 
 

 ##########
 File path: httpclient5-cache/src/main/java/org/apache/hc/client5/http/cache/ResourceIOException.java
 ##########
 @@ -36,7 +36,7 @@
     private static final long serialVersionUID = 1L;
 
     public ResourceIOException(final String message) {
-        super();
+        super(message);
 
 Review comment:
   Yeah agreed.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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