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

Commit 1396e32

Browse files
chore: generate libraries at Fri Dec 26 07:09:32 UTC 2025
1 parent ea28386 commit 1396e32

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/MultiplexedSessionDatabaseClient.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,7 @@ ApiFuture<SessionReference> getCurrentSessionReferenceFuture() {
580580
private void maybeRetrySessionCreation() {
581581
sessionCreationLock.lock();
582582
try {
583-
if (isMultiplexedSessionsSupported()
584-
&& retryingSessionCreation.compareAndSet(false, true)) {
583+
if (isMultiplexedSessionsSupported() && retryingSessionCreation.compareAndSet(false, true)) {
585584
SettableApiFuture<SessionReference> settableApiFuture = SettableApiFuture.create();
586585
asyncCreateMultiplexedSession(settableApiFuture);
587586
multiplexedSessionReference.set(settableApiFuture);

0 commit comments

Comments
 (0)