Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit 33a586a

Browse files
committed
lint
Change-Id: Ia7c4441caf4e0e4b74858c4209ba7a9f9cd96347
1 parent 34d1bd4 commit 33a586a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/gaxx/grpc/BigtableTransportChannelProvider.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
import java.util.concurrent.Executor;
3131
import java.util.concurrent.ScheduledExecutorService;
3232

33-
/** An instance of TransportChannelProvider that provides a TransportChannel through a supplied InstantiatingGrpcChannelProvider. */
33+
/**
34+
* An instance of TransportChannelProvider that provides a TransportChannel through a supplied
35+
* InstantiatingGrpcChannelProvider.
36+
*/
3437
@InternalApi
3538
public final class BigtableTransportChannelProvider implements TransportChannelProvider {
3639

@@ -101,7 +104,7 @@ public TransportChannelProvider withPoolSize(int size) {
101104
return new BigtableTransportChannelProvider(newChannelProvider);
102105
}
103106

104-
/**Expected to only be called once when BigtableClientContext is created*/
107+
/** Expected to only be called once when BigtableClientContext is created */
105108
@Override
106109
public TransportChannel getTransportChannel() throws IOException {
107110
// This provider's main purpose is to replace the default GAX ChannelPool

0 commit comments

Comments
 (0)