Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
sai-sunder-s committed Jan 10, 2024
1 parent f48ba0d commit d730a36
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ private ComputeEngineCredentials(ComputeEngineCredentials.Builder builder) {
getFromServiceLoader(HttpTransportFactory.class, OAuth2Utils.HTTP_TRANSPORT_FACTORY));
this.transportFactoryClassName = this.transportFactory.getClass().getName();

Collection<String> scopes = builder.getScopes();
// Use defaultScopes only when scopes don't exist.
Collection<String> scopesToUse = builder.scopes;
if (scopesToUse == null || scopesToUse.isEmpty()) {
Expand Down

0 comments on commit d730a36

Please sign in to comment.