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

Commit 6e1321a

Browse files
committed
rename createTransportChannel to getTransportChannel
Change-Id: I65972734a494cbf5cece251edfb871d493a48d1c
1 parent 81ee7cc commit 6e1321a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,6 @@ public TransportChannelProvider withPoolSize(int size) {
103103

104104
@Override
105105
public TransportChannel getTransportChannel() throws IOException {
106-
return createTransportChannel();
107-
}
108-
109-
private TransportChannel createTransportChannel() throws IOException {
110106
// This provider's main purpose is to replace the default GAX ChannelPool
111107
// with a custom BigtableChannelPool, reusing the delegate's configuration.
112108

0 commit comments

Comments
 (0)