Skip to content

Commit e103d92

Browse files
committed
format code
1 parent 8ba9017 commit e103d92

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

core/src/main/java/io/temporal/samples/countinterceptor/SimpleCountWorkerInterceptor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
package io.temporal.samples.countinterceptor;
2121

22-
import io.nexusrpc.handler.OperationContext;
2322
import io.temporal.common.interceptors.*;
24-
import io.temporal.internal.sync.BaseRootWorkflowInboundCallsInterceptor;
2523

2624
public class SimpleCountWorkerInterceptor extends WorkerInterceptorBase {
2725

core/src/main/java/io/temporal/samples/excludefrominterceptor/interceptor/MyWorkerInterceptor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919

2020
package io.temporal.samples.excludefrominterceptor.interceptor;
2121

22-
import io.nexusrpc.handler.OperationContext;
2322
import io.temporal.common.interceptors.*;
24-
2523
import java.util.ArrayList;
2624
import java.util.List;
2725

core/src/main/java/io/temporal/samples/retryonsignalinterceptor/RetryOnSignalWorkerInterceptor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
package io.temporal.samples.retryonsignalinterceptor;
2121

22-
import io.nexusrpc.handler.OperationContext;
2322
import io.temporal.common.interceptors.*;
2423

2524
/** Should be registered through WorkerFactoryOptions. */

0 commit comments

Comments
 (0)