Skip to content

Commit

Permalink
[MINOR] Fix Javadoc comment in KafkaFuture#toCompletionStage (#14100)
Browse files Browse the repository at this point in the history
Fix Javadoc comment in KafkaFuture#toCompletionStage

Reviewers: Luke Chen <showuon@gmail.com>
  • Loading branch information
vamossagar12 committed Jul 26, 2023
1 parent bb677c4 commit ff390ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static KafkaFuture<Void> allOf(KafkaFuture<?>... futures) {
* {@code CompletionStage} will work normally.
*
* <p>If you want to block on the completion of a KafkaFuture you should use
* {@link #get()}, {@link #get(long, TimeUnit)} or {@link #getNow(Object)}, rather then calling
* {@link #get()}, {@link #get(long, TimeUnit)} or {@link #getNow(Object)}, rather than calling
* {@code .toCompletionStage().toCompletableFuture().get()} etc.
*
* @since Kafka 3.0
Expand Down

0 comments on commit ff390ab

Please sign in to comment.