Skip to content

Commit 8f513b7

Browse files
committed
11622 : OutlierDetection should use Ticker, not TimeProvider
1 parent ec44974 commit 8f513b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

util/src/main/java/io/grpc/util/OutlierDetectionLoadBalancer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ public final class OutlierDetectionLoadBalancer extends LoadBalancer {
8282
private final SynchronizationContext syncContext;
8383
private final Helper childHelper;
8484
private final GracefulSwitchLoadBalancer switchLb;
85-
//private TimeProvider timeProvider;
8685
private Ticker ticker;
8786
private final ScheduledExecutorService timeService;
8887
private ScheduledHandle detectionTimerHandle;

0 commit comments

Comments
 (0)