Skip to content

Commit

Permalink
ClientStreamTracer.InternalLimitedInfoFactory -> ClientStreamTracer.F…
Browse files Browse the repository at this point in the history
…actory

Needed since InternalLimitedInfoFactory was removed in:
grpc#8768
  • Loading branch information
erikjoh committed Jan 3, 2022
1 parent b4d45e2 commit dad2890
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -380,7 +380,7 @@ static final class Ref<T> {
}

private static final class OutstandingRequestsTracingFactory extends
ClientStreamTracer.InternalLimitedInfoFactory {
ClientStreamTracer.Factory {
private final AtomicInteger inFlights;

private OutstandingRequestsTracingFactory(AtomicInteger inFlights) {
Expand Down

0 comments on commit dad2890

Please sign in to comment.