Skip to content

Commit b240736

Browse files
refactor: remove unused slf4j
1 parent 1db1935 commit b240736

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

grpc-client-utils/src/main/java/org/hypertrace/core/grpcutils/client/DefaultTimeoutClientInterceptor.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
import java.util.concurrent.TimeUnit;
1313
import javax.annotation.Nonnull;
1414
import lombok.AllArgsConstructor;
15-
import lombok.extern.slf4j.Slf4j;
1615

17-
@Slf4j
1816
@AllArgsConstructor
1917
public class DefaultTimeoutClientInterceptor implements ClientInterceptor {
2018
private final @Nonnull Duration defaultTimeout;

0 commit comments

Comments
 (0)