smiklosovic commented on code in PR #2490:
URL: https://github.com/apache/cassandra/pull/2490#discussion_r1264728907


##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1500,6 +1506,11 @@ private static IFailureDetector 
createFailureDetector(String detectorClassName)
         return detector;
     }
 
+    public static ICryptoProvider getCryptoProvider() {return cryptoProvider;}
+
+    public void setCryptoProvider(ICryptoProvider cryptoProvider) {

Review Comment:
   The opening brace should be on a new line.



##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1500,6 +1506,11 @@ private static IFailureDetector 
createFailureDetector(String detectorClassName)
         return detector;
     }
 
+    public static ICryptoProvider getCryptoProvider() {return cryptoProvider;}

Review Comment:
   braces / fromatting.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to