There was an error while loading. Please reload this page.
1 parent f48ba0d commit d730a36Copy full SHA for d730a36
oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java
@@ -139,7 +139,6 @@ private ComputeEngineCredentials(ComputeEngineCredentials.Builder builder) {
139
getFromServiceLoader(HttpTransportFactory.class, OAuth2Utils.HTTP_TRANSPORT_FACTORY));
140
this.transportFactoryClassName = this.transportFactory.getClass().getName();
141
142
- Collection<String> scopes = builder.getScopes();
143
// Use defaultScopes only when scopes don't exist.
144
Collection<String> scopesToUse = builder.scopes;
145
if (scopesToUse == null || scopesToUse.isEmpty()) {
0 commit comments