Skip to content

Commit 97a247d

Browse files
committed
Format fix
1 parent 33e318a commit 97a247d

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

temporal-sdk/src/test/java/io/temporal/internal/worker/GracefulPollShutdownTest.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
package io.temporal.internal.worker;
22

3+
import static org.junit.Assert.*;
4+
35
import com.uber.m3.tally.NoopScope;
46
import io.temporal.worker.tuning.PollerBehaviorSimpleMaximum;
5-
import org.checkerframework.checker.nullness.qual.NonNull;
6-
import org.junit.Test;
7-
import org.junit.runner.RunWith;
8-
import org.junit.runners.Parameterized;
9-
107
import java.util.concurrent.CompletableFuture;
118
import java.util.concurrent.CountDownLatch;
129
import java.util.concurrent.TimeUnit;
1310
import java.util.concurrent.atomic.AtomicReference;
14-
15-
import static org.junit.Assert.*;
11+
import org.checkerframework.checker.nullness.qual.NonNull;
12+
import org.junit.Test;
13+
import org.junit.runner.RunWith;
14+
import org.junit.runners.Parameterized;
1615

1716
/**
1817
* Tests that an in-flight poll survives shutdown when graceful poll shutdown is enabled, and is

0 commit comments

Comments
 (0)