garydgregory commented on code in PR #300:
URL: https://github.com/apache/commons-vfs/pull/300#discussion_r976572059
##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http4/Http4FileProvider.java:
##########
@@ -378,4 +380,17 @@ private HttpHost getProxyHttpHost(final
Http4FileSystemConfigBuilder builder,
return null;
}
+
+ /**
+ * Frees unused resources and close HttpFileSystem.
Review Comment:
HttpFileSystem is the wrong class name here, didn't you mean Http4FileSystem?
##########
commons-vfs2/src/main/java/org/apache/commons/vfs2/provider/http5/Http5FileProvider.java:
##########
@@ -375,4 +376,18 @@ private HttpHost getProxyHttpHost(final
Http5FileSystemConfigBuilder builder,
return null;
}
+
+ /**
+ * Frees unused resources and close HttpFileSystem.
Review Comment:
HttpFileSystem is the wrong class name here, didn't you mean Http5FileSystem?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]