smiklosovic commented on code in PR #4511:
URL: https://github.com/apache/cassandra/pull/4511#discussion_r2590662426
##########
src/java/org/apache/cassandra/schema/TableParams.java:
##########
@@ -341,8 +339,8 @@ public int hashCode()
public String toString()
{
return MoreObjects.toStringHelper(this)
- .add(COMMENT.toString(), comment)
- .add(SECURITY_LABEL.toString(), securityLabel)
+ .add("comment", comment)
Review Comment:
same, upper-case, it would be better for readability it you move them to the
end of this chain of method calls so they track the order of enum constants
--
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]