garydgregory commented on code in PR #258:
URL: https://github.com/apache/commons-vfs/pull/258#discussion_r854483654


##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http/HttpFileSystemConfigBuilder.java:
##########
@@ -297,7 +297,7 @@ public void setFollowRedirect(final FileSystemOptions opts, 
final boolean redire
      * @since 2.0
      */
     public void setMaxConnectionsPerHost(final FileSystemOptions opts, final 
int maxHostConnections) {
-        setParam(opts, HttpConnectionManagerParams.MAX_HOST_CONNECTIONS, 
Integer.valueOf(maxHostConnections));
+        setParam(opts, HttpConnectionManagerParams.MAX_HOST_CONNECTIONS, 
maxHostConnections);

Review Comment:
   Leave boxing alone please. 



-- 
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: issues-unsubscr...@commons.apache.org

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

Reply via email to