Mmuzaf commented on code in PR #2269:
URL: https://github.com/apache/cassandra/pull/2269#discussion_r1269817515
##########
test/unit/org/apache/cassandra/config/EncryptionOptionsEqualityTest.java:
##########
@@ -35,6 +35,23 @@
*/
public class EncryptionOptionsEqualityTest
{
+ private EncryptionOptions.ServerEncryptionOptions
createServerEncryptionOptions()
+ {
+ EncryptionOptions.ServerEncryptionOptions encryptionOptions =
Review Comment:
You can inline `encryptionOptions` for simplicity.
--
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]