Skip to content

Commit 3dff3cd

Browse files
committed
lint
Change-Id: I5e2b13674c7fc945d5567b7f86478c847017aa41
1 parent 4f29420 commit 3dff3cd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableChannelPrimer.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ private void sendPrimeRequestsBlocking(ManagedChannel managedChannel) {
110110
}
111111
}
112112

113-
/**
114-
* Asynchronously sends a PingAndWarm request.
115-
*
116-
* @param managedChannel The channel to send the request on.
117-
* @return A ListenableFuture that will be completed with the PingAndWarmResponse or an exception.
118-
*/
119113
public SettableApiFuture<PingAndWarmResponse> sendPrimeRequestsAsync(
120114
ManagedChannel managedChannel) {
121115
ClientCall<PingAndWarmRequest, PingAndWarmResponse> clientCall =

0 commit comments

Comments
 (0)