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

Commit 960e41e

Browse files
committed
remove MutableCredentials to separate PR
1 parent 325db5d commit 960e41e

3 files changed

Lines changed: 2 additions & 100 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class MutableCredentials extends Credentials {
4545
private final Set<String> scopes;
4646

4747
/**
48-
* Creates a MutableCredentials instance with default spanner scopes {@link SpannerOptions.SCOPES}
48+
* Creates a MutableCredentials instance with default spanner scopes.
4949
*/
5050
public MutableCredentials(ServiceAccountCredentials credentials) {
5151
this(credentials, SpannerOptions.SCOPES);

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>com.google.cloud</groupId>
3535
<artifactId>google-cloud-spanner</artifactId>
36-
<version>6.111.1</version>
36+
<version>6.110.0</version>
3737
</dependency>
3838
<!-- [END spanner_install_without_bom] -->
3939

samples/snippets/src/main/java/com/example/spanner/MutableCredentialsExample.java

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)