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

Commit 04ea584

Browse files
committed
no nullable
1 parent 23fbcd2 commit 04ea584

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ public class EnhancedBigtableStubSettings extends StubSettings<EnhancedBigtableS
101101
private static final boolean DIRECT_PATH_ENABLED =
102102
Boolean.parseBoolean(System.getenv("CBT_ENABLE_DIRECTPATH"));
103103

104-
;
105-
106104
// If true, disable the bound-token-by-default feature for DirectPath.
107105
private static final boolean DIRECT_PATH_BOUND_TOKEN_DISABLED =
108106
Boolean.parseBoolean(System.getenv("CBT_DISABLE_DIRECTPATH_BOUND_TOKEN"));

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ public TransportChannelProvider withPoolSize(int size) {
173173
directPathCompatibleTracer,
174174
enableDirectAccessChecker);
175175
}
176-
177-
// We need this for direct access checker.
178-
176+
179177
/** Expected to only be called once when BigtableClientContext is created */
180178
@Override
181179
public TransportChannel getTransportChannel() throws IOException {

0 commit comments

Comments
 (0)