sanpwc commented on code in PR #4950:
URL: https://github.com/apache/ignite-3/pull/4950#discussion_r1895347413


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/core/IteratorImpl.java:
##########
@@ -18,7 +18,7 @@
 
 import java.util.List;
 import java.util.concurrent.atomic.AtomicLong;
-import org.apache.ignite.raft.jraft.Closure;
+import java.util.function.BooleanSupplier;import 
org.apache.ignite.internal.raft.service.CommandClosure;import 
org.apache.ignite.internal.raft.service.RaftGroupListener.ShutdownException;import
 org.apache.ignite.raft.jraft.Closure;

Review Comment:
   Mess with imports.



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