We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580d5de commit 111582cCopy full SHA for 111582c
google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/ChannelPrimer.java
@@ -22,7 +22,7 @@
22
23
@InternalApi("For internal use by google-cloud-java clients only")
24
public interface ChannelPrimer {
25
- void primeChannel(ManagedChannel var1);
+ void primeChannel(ManagedChannel channel);
26
27
ApiFuture<PingAndWarmResponse> sendPrimeRequestsAsync(ManagedChannel var1);
28
}
0 commit comments