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

Commit 482c344

Browse files
chore: generate libraries at Tue Dec 16 09:56:45 UTC 2025
1 parent 392308d commit 482c344

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,8 @@ protected SpannerOptions(Builder builder) {
920920
// affinity keys, potentially leading to a memory leak.
921921
Preconditions.checkArgument(
922922
dynamicPoolAffinityKeyLifetime.isZero() || !dynamicPoolCleanupInterval.isZero(),
923-
"Cleanup interval must be positive when affinity key lifetime is set, got cleanup interval: %s",
923+
"Cleanup interval must be positive when affinity key lifetime is set, got cleanup interval:"
924+
+ " %s",
924925
dynamicPoolCleanupInterval);
925926

926927
autoThrottleAdministrativeRequests = builder.autoThrottleAdministrativeRequests;

0 commit comments

Comments
 (0)