Skip to content

Commit 7074c6d

Browse files
authored
Replace a constant of type Set with ImmutableSet (#1876)
1 parent ed2ea41 commit 7074c6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
public class SpannerOptions extends ServiceOptions<Spanner, SpannerOptions> {
4444
private static final String API_SHORT_NAME = "Spanner";
4545
private static final String DEFAULT_HOST = "https://spanner.googleapis.com";
46-
private static final Set<String> SCOPES =
46+
private static final ImmutableSet<String> SCOPES =
4747
ImmutableSet.of(
4848
"https://www.googleapis.com/auth/spanner.admin",
4949
"https://www.googleapis.com/auth/spanner.data");

0 commit comments

Comments
 (0)