rawlinp commented on a change in pull request #3436: Traffic router add https
URL: https://github.com/apache/trafficcontrol/pull/3436#discussion_r308445097
##########
File path:
traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/protocol/RouterNioEndpoint.java
##########
@@ -54,17 +55,18 @@ protected void initialiseSsl() throws Exception{
}
}
- synchronized public void replaceSSLHosts(final Map<String,
HandshakeData> sslHostsData){
+ @SuppressWarnings({"PMD.NPathComplexity",
"PMD.UseStringBufferForStringAppends"})
Review comment:
formatting is off
----------------------------------------------------------------
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]
With regards,
Apache Git Services