You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "mimaison (via GitHub)" <gi...@apache.org> on 2023/01/30 14:22:01 UTC

[GitHub] [kafka] mimaison commented on a diff in pull request #13174: MINOR: Various cleanups in common utils

mimaison commented on code in PR #13174:
URL: https://github.com/apache/kafka/pull/13174#discussion_r1090688740


##########
clients/src/main/java/org/apache/kafka/common/utils/MappedIterator.java:
##########
@@ -32,12 +32,12 @@ public MappedIterator(Iterator<? extends F> underlyingIterator, Function<F, T> m
     }
 
     @Override
-    public final boolean hasNext() {
+    public boolean hasNext() {

Review Comment:
   The class is `final`



-- 
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: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org