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

Commit 4131361

Browse files
authored
fix
1 parent 2cbe0cf commit 4131361

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static class SidebandData {
9090

9191
@Nullable
9292
public static SidebandData from(CallOptions callOptions) {
93-
return callOptions == null ? null : callOptions.getOption(KEY);
93+
return callOptions.getOption(KEY);
9494
}
9595

9696
private static final Metadata.Key<String> SERVER_TIMING_HEADER_KEY =

0 commit comments

Comments
 (0)