smiklosovic commented on code in PR #3985:
URL: https://github.com/apache/cassandra/pull/3985#discussion_r2005277948
##########
src/java/org/apache/cassandra/tools/LoaderOptions.java:
##########
@@ -173,8 +173,10 @@ static class Builder
int storagePort;
int sslStoragePort;
EncryptionOptions clientEncOptions = new EncryptionOptions();
+ EncryptionOptions.Builder clientEncOptionsBuilder = new
EncryptionOptions.Builder(clientEncOptions);
int connectionsPerHost = 1;
EncryptionOptions.ServerEncryptionOptions serverEncOptions = new
EncryptionOptions.ServerEncryptionOptions();
+ EncryptionOptions.ServerEncryptionOptions.Builder
serverEncOptionsBuilder = new
EncryptionOptions.ServerEncryptionOptions.Builder(serverEncOptions);
Review Comment:
@maulin-vasavada this is not used anywhere
--
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]