jberragan commented on code in PR #158:
URL: https://github.com/apache/cassandra-sidecar/pull/158#discussion_r1876513574
##########
client-common/src/main/java/org/apache/cassandra/sidecar/common/response/ListCdcSegmentsResponse.java:
##########
@@ -65,4 +66,19 @@ public List<CdcSegmentInfo> segmentInfos()
{
return segmentInfos;
}
+
+ @Override
+ public boolean equals(Object o)
+ {
+ if (this == o) return true;
Review Comment:
Does this conform to the project code style? I think braces are required.
--
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]