jsancio commented on code in PR #15859:
URL: https://github.com/apache/kafka/pull/15859#discussion_r1595591034
##########
raft/src/main/java/org/apache/kafka/raft/EpochState.java:
##########
@@ -26,15 +27,16 @@ default Optional<LogOffsetMetadata> highWatermark() {
}
/**
- * Decide whether to grant a vote to a candidate, it is the responsibility
of the caller to invoke
+ * Decide whether to grant a vote to a candidate.
+ *
+ * It is the responsibility of the caller to invoke
Review Comment:
This is the
[method](https://github.com/apache/kafka/pull/15859/files#diff-095b9e60b0227d41f24b49923afddbe813d5c5754cd0ef4801741f1d275319b6R347-R350).
I changed the signature in this PR so I just changed the documentation to
match the new signature.
--
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]