spyhunter99 commented on a change in pull request #67:
URL: https://github.com/apache/maven-wagon/pull/67#discussion_r427648575
##########
File path:
wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
##########
@@ -382,12 +390,12 @@ private static PoolingHttpClientConnectionManager
createConnManager()
{
sslConnectionSocketFactory =
new SSLConnectionSocketFactory(
HttpsURLConnection.getDefaultSSLSocketFactory(), sslProtocols,
- cipherSuites,
+ cipherSuites,
SSLConnectionSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER );
}
-
+
Registry<ConnectionSocketFactory> registry =
RegistryBuilder.<ConnectionSocketFactory>create().register( "http",
-
PlainConnectionSocketFactory.INSTANCE
).register(
+ PlainConnectionSocketFactory.INSTANCE ).register(
Review comment:
what's your preference for addressing this? with everything on one line,
it was triggering other checkstyle rules for max length
----------------------------------------------------------------
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:
[email protected]