We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 259faf0 commit f4c9fe8Copy full SHA for f4c9fe8
1 file changed
temporal-sdk/src/main/java/io/temporal/internal/sync/RepeatableWorkflowThread.java
@@ -1,10 +1,6 @@
1
package io.temporal.internal.sync;
2
3
-import static com.google.common.base.Preconditions.checkNotNull;
4
-
5
import io.temporal.common.context.ContextPropagator;
6
-import io.temporal.failure.CanceledFailure;
7
-import io.temporal.internal.common.NonIdempotentHandle;
8
import io.temporal.internal.worker.WorkflowExecutorCache;
9
import io.temporal.workflow.CompletablePromise;
10
import io.temporal.workflow.Promise;
@@ -13,7 +9,6 @@
13
import java.util.List;
14
import java.util.Map;
15
11
import java.util.Optional;
16
-import java.util.concurrent.CompletableFuture;
17
12
import java.util.concurrent.Future;
18
import java.util.function.Supplier;
19
import javax.annotation.Nonnull;
0 commit comments