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


##########
clients/src/main/java/org/apache/kafka/common/KafkaFuture.java:
##########
@@ -127,8 +127,6 @@ public static KafkaFuture<Void> allOf(KafkaFuture<?>... 
futures) {
     public abstract <R> KafkaFuture<R> thenApply(BaseFunction<T, R> function);
 
     /**
-     * @see KafkaFuture#thenApply(BaseFunction)

Review Comment:
   It links to the method above but we also link to the other method on the 
line just below.



-- 
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-unsubscr...@kafka.apache.org

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

Reply via email to