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

Commit 1ca692c

Browse files
committed
address review comments
1 parent f69837e commit 1ca692c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public boolean needsExecutor() {
7878
}
7979

8080
@Override
81+
@Deprecated
8182
public BigtableTransportChannelProvider withExecutor(ScheduledExecutorService executor) {
8283
return withExecutor((Executor) executor);
8384
}

0 commit comments

Comments
 (0)