jyothsnakonisa commented on code in PR #158:
URL: https://github.com/apache/cassandra-sidecar/pull/158#discussion_r1879363224
##########
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:
There is a check style check that is run on every build, since the CircleCi
is green, I don't think that this is an issue.
--
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]