This repository was archived by the owner on Apr 7, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,11 +39,11 @@ public class MutableCredentials extends Credentials {
3939 ServiceAccountCredentials delegate ;
4040 List <String > scopes ;
4141
42+
4243 public MutableCredentials (ServiceAccountCredentials credentials , List <String > scopes ) {
43- public MutableCredentials (ServiceAccountCredentials credentials , List <String > scopes ) {
44- this .scopes = new java .util .ArrayList <>(scopes );
45- delegate = (ServiceAccountCredentials ) credentials .createScoped (this .scopes );
46- }
44+ this .scopes = new java .util .ArrayList <>(scopes );
45+ delegate = (ServiceAccountCredentials ) credentials .createScoped (this .scopes );
46+ }
4747 /**
4848 * Replaces the current delegate with a newly scoped credentials instance.
4949 *
You can’t perform that action at this time.
0 commit comments