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


##########
raft/src/main/java/org/apache/kafka/raft/internals/FuturePurgatory.java:
##########
@@ -16,68 +16,64 @@
  */
 package org.apache.kafka.raft.internals;
 
-import java.util.concurrent.CompletableFuture;
+import java.util.concurrent.CompletionStage;
 
 /**
  * Simple purgatory interface which supports waiting with expiration for a 
given threshold
  * to be reached. The threshold is specified through {@link #await(Comparable, 
long)}.
  * The returned future can be completed in the following ways:

Review Comment:
   Thanks. Fixed.



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