rawlinp commented on a change in pull request #2785: In Traffic Router Support 
Snapshots which only update Delivery Services
URL: https://github.com/apache/trafficcontrol/pull/2785#discussion_r236446466
 
 

 ##########
 File path: 
traffic_router/connector/src/main/java/com/comcast/cdn/traffic_control/traffic_router/secure/CertificateRegistry.java
 ##########
 @@ -87,8 +87,8 @@ synchronized public void importCertificateDataList(final 
List<CertificateData> c
                {
                        if (!master.containsKey(hostname.replaceFirst("\\*\\.", 
"")) && sslEndpoint != null)
                        {
-                                       
sslEndpoint.removeSslHostConfig(hostname);
-                                   log.warn("Removed handshake data with 
hostname " + hostname);
+                               sslEndpoint.removeSslHostConfig(hostname);
+                           log.warn("Removed handshake data with hostname " + 
hostname);
 
 Review comment:
   This line has a mixture of spaces and tabs. Can you fix it to just tabs?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to