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

Commit 4d45e98

Browse files
chore: generate libraries at Thu Nov 27 07:24:04 UTC 2025
1 parent d35b81c commit 4d45e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/spi/v1/HeaderInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public void start(Listener<RespT> responseListener, Metadata headers) {
124124
new SimpleForwardingClientCallListener<RespT>(responseListener) {
125125
@Override
126126
public void onHeaders(Metadata metadata) {
127-
headersReceived.set(true);
127+
headersReceived.set(true);
128128
// Check if the call uses DirectPath by inspecting the ALTS context.
129129
boolean isDirectPathUsed = AltsContextUtil.check(getAttributes());
130130
addDirectPathUsedAttribute(compositeTracer, isDirectPathUsed);

0 commit comments

Comments
 (0)