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

Commit 22b86ab

Browse files
chore: generate libraries at Mon Mar 9 13:13:15 UTC 2026
1 parent ce25b66 commit 22b86ab

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public MutableCredentials(ServiceAccountCredentials credentials) {
5050
this(credentials, SpannerOptions.SCOPES);
5151
}
5252

53-
public MutableCredentials(@Nonnull ServiceAccountCredentials credentials, @Nonnull Set<String> scopes) {
53+
public MutableCredentials(
54+
@Nonnull ServiceAccountCredentials credentials, @Nonnull Set<String> scopes) {
5455
Objects.requireNonNull(credentials, "credentials must not be null");
5556
Objects.requireNonNull(scopes, "scopes must not be null");
5657
if (scopes.isEmpty()) {
@@ -63,7 +64,7 @@ public MutableCredentials(@Nonnull ServiceAccountCredentials credentials, @Nonnu
6364
/**
6465
* Replaces the current delegate with a newly scoped credentials instance.
6566
*
66-
* Note any in-flight RPC may continue to use the old credentials.
67+
* <p>Note any in-flight RPC may continue to use the old credentials.
6768
*
6869
* <p>The provided {@link ServiceAccountCredentials} is scoped using the same scopes that were
6970
* supplied when this {@link MutableCredentials} instance was created.

0 commit comments

Comments
 (0)