vldpyatkov commented on code in PR #1770:
URL: https://github.com/apache/ignite-3/pull/1770#discussion_r1139425909


##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/option/NodeOptions.java:
##########
@@ -17,7 +17,7 @@
 package org.apache.ignite.raft.jraft.option;
 
 import java.util.List;
-import java.util.concurrent.ExecutorService;
+import java.util.concurrent.CountDownLatch;import 
java.util.concurrent.ExecutorService;

Review Comment:
   Add a line break here.



##########
modules/raft/src/main/java/org/apache/ignite/raft/jraft/option/NodeOptions.java:
##########
@@ -40,7 +40,7 @@
 import org.apache.ignite.raft.jraft.util.Utils;
 import org.apache.ignite.raft.jraft.util.concurrent.FixedThreadsExecutorGroup;
 import org.apache.ignite.raft.jraft.util.timer.Timer;
-import org.jetbrains.annotations.NotNull;
+import org.jetbrains.annotations.NotNull;import 
org.jetbrains.annotations.Nullable;

Review Comment:
   Add a line break here.



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