Skip to content

Commit 335c0cb

Browse files
committed
Remove unused import
1 parent b8df67b commit 335c0cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ForkJoinPoolHierarchicalTestExecutorService.java

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import static java.util.concurrent.CompletableFuture.completedFuture;
1414
import static org.apiguardian.api.API.Status.STABLE;
1515
import static org.junit.platform.engine.support.hierarchical.Node.ExecutionMode.CONCURRENT;
16-
import static org.junit.platform.engine.support.hierarchical.Node.ExecutionMode.SAME_THREAD;
1716

1817
import java.lang.Thread.UncaughtExceptionHandler;
1918
import java.lang.reflect.Constructor;

0 commit comments

Comments
 (0)