dcapwell commented on a change in pull request #1335:
URL: https://github.com/apache/cassandra/pull/1335#discussion_r802095455
##########
File path: src/java/org/apache/cassandra/config/EncryptionOptions.java
##########
@@ -330,7 +336,7 @@ public void setEnabled(Boolean enabled) {
* Return type is Boolean even though it can never be null so that
snakeyaml can find it
* @return if the channel may be encrypted
*/
- public Boolean isOptional()
+ public Boolean getOptional()
Review comment:
in java's POJO logic `is` is for `boolean` only, so `Boolean` doesn't
get picked up and expects `get` prefix
--
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]