jackhalfalltrades commented on code in PR #390:
URL: https://github.com/apache/atlas/pull/390#discussion_r2165056374


##########
intg/src/main/java/org/apache/atlas/security/SecurityProperties.java:
##########
@@ -45,7 +45,7 @@ public final class SecurityProperties {
     public static final String       ATLAS_SSL_EXCLUDE_PROTOCOLS              
= "atlas.ssl.exclude.protocols";
     public static final String       ATLAS_SSL_ENABLED_PROTOCOLS              
= "atlas.ssl.enabled.protocols";
     public static final String[]     DEFAULT_EXCLUDE_PROTOCOLS                
= new String[] {"TLSv1", "TLSv1.1"};
-    public static final String[]     ATLAS_SSL_DEFAULT_PROTOCOL               
= new String[] { "TLSv1.2" };
+    public static final String[]     ATLAS_SSL_DEFAULT_PROTOCOL               
= new String[] {"TLSv1.2"};
 

Review Comment:
   This was done, as my build was failing due to checkstyle failures



-- 
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: dev-unsubscr...@atlas.apache.org

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

Reply via email to