smiklosovic commented on code in PR #2505:
URL: https://github.com/apache/cassandra/pull/2505#discussion_r1272545163
##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1500,6 +1534,15 @@ private static IFailureDetector
createFailureDetector(String detectorClassName)
return detector;
}
+ public static AbstractCryptoProvider getCryptoProvider()
+ {
+ return cryptoProvider;
+ }
+
+ public static void setCryptoProvider(AbstractCryptoProvider cryptoProvider)
Review Comment:
Yes lets keep it there.
--
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]