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

Commit 7db9a6c

Browse files
committed
fix lint issue
1 parent 1ba2c74 commit 7db9a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
// [START spanner_mutable_credentials]
2020

2121
import com.google.auth.oauth2.ServiceAccountCredentials;
22+
import com.google.cloud.spanner.MutableCredentials;
2223
import com.google.cloud.spanner.Spanner;
2324
import com.google.cloud.spanner.SpannerOptions;
2425
import com.google.cloud.spanner.admin.database.v1.DatabaseAdminClient;
25-
import com.google.cloud.spanner.MutableCredentials;
2626
import java.io.FileInputStream;
2727
import java.io.IOException;
2828
import java.nio.file.Files;

0 commit comments

Comments
 (0)