maulin-vasavada commented on code in PR #3638:
URL: https://github.com/apache/cassandra/pull/3638#discussion_r1823752049
##########
src/java/org/apache/cassandra/config/EncryptionOptions.java:
##########
@@ -173,7 +173,7 @@ public enum ConfigKey
this.keyName=keyName;
}
- String getKeyName()
+ public String getKeyName()
Review Comment:
This is mainly used to avoid repeating string key names for the following
two classes. We don't really have EncryptionOption object to call `toString()`
on in this case. Let me know what do you think.

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