Skip to content

Commit 5743032

Browse files
committed
* fix
1 parent 42fe06e commit 5743032

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerCheckpointTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
import org.apache.ignite.internal.IgniteEx;
2727
import org.junit.Test;
2828

29-
import static org.apache.ignite.internal.commandline.CommandHandler.*;
29+
import static org.apache.ignite.internal.commandline.CommandHandler.EXIT_CODE_OK;
30+
import static org.apache.ignite.internal.commandline.CommandHandler.EXIT_CODE_UNEXPECTED_ERROR;
31+
3032

3133
/** Test for checkpoint in control.sh command. */
3234
public class GridCommandHandlerCheckpointTest extends GridCommandHandlerAbstractTest {

0 commit comments

Comments
 (0)