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

Commit e6f601e

Browse files
chore: generate libraries at Tue Jan 6 15:59:23 UTC 2026
1 parent a5888d7 commit e6f601e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,8 @@ void setPool(SessionPool pool) {
417417
}
418418

419419
private void maybeWaitForSessionCreation(
420-
SessionPoolOptions sessionPoolOptions, SettableApiFuture<SessionReference> initialSessionReferenceFuture) {
420+
SessionPoolOptions sessionPoolOptions,
421+
SettableApiFuture<SessionReference> initialSessionReferenceFuture) {
421422
Duration waitDuration = sessionPoolOptions.getWaitForMinSessions();
422423
SpannerException lastException = null;
423424
SettableApiFuture<SessionReference> sessionReferenceFuture = initialSessionReferenceFuture;

0 commit comments

Comments
 (0)