jsancio commented on code in PR #15859:
URL: https://github.com/apache/kafka/pull/15859#discussion_r1595615609


##########
raft/src/main/java/org/apache/kafka/raft/FileQuorumStateStore.java:
##########
@@ -59,17 +54,18 @@
  *   "data_version":0}
  * </pre>
  * */
-public class FileBasedStateStore implements QuorumStateStore {
-    private static final Logger log = 
LoggerFactory.getLogger(FileBasedStateStore.class);
+public class FileQuorumStateStore implements QuorumStateStore {

Review Comment:
   Fixed. It looks like we are not building the Java Doc HTML pages any more so 
I can't test the HTML generated by this change.
   
   I need to investigate this after this PR.



-- 
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]

Reply via email to