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

Commit 23fbcd2

Browse files
committed
no nullable
1 parent ceaea99 commit 23fbcd2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm

google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/internal/csm/MetricsImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public class MetricsImpl implements Metrics, Closeable {
7070

7171
@Nullable private final GrpcOpenTelemetry grpcOtel;
7272
@Nullable private final ChannelPoolMetricsTracer channelPoolMetricsTracer;
73-
@Nullable private final DirectPathCompatibleTracer directPathCompatibleTracer;
73+
private final DirectPathCompatibleTracer directPathCompatibleTracer;
7474
@Nullable private final Pacemaker pacemaker;
7575
private final List<ScheduledFuture<?>> tasks = new ArrayList<>();
7676

@@ -178,7 +178,6 @@ public ChannelPoolMetricsTracer getChannelPoolMetricsTracer() {
178178
return channelPoolMetricsTracer;
179179
}
180180

181-
@Nullable
182181
@Override
183182
public DirectPathCompatibleTracer getDirectPathCompatibleTracer() {
184183
return directPathCompatibleTracer;

0 commit comments

Comments
 (0)