From d730a363df92c5f66ce5cda7ec012e980e065b74 Mon Sep 17 00:00:00 2001 From: Sai Sunder Srinivasan Date: Wed, 10 Jan 2024 18:27:08 +0000 Subject: [PATCH] rebase --- .../java/com/google/auth/oauth2/ComputeEngineCredentials.java | 1 - 1 file changed, 1 deletion(-) diff --git a/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java index 305353f79..0fa31870f 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -139,7 +139,6 @@ private ComputeEngineCredentials(ComputeEngineCredentials.Builder builder) { getFromServiceLoader(HttpTransportFactory.class, OAuth2Utils.HTTP_TRANSPORT_FACTORY)); this.transportFactoryClassName = this.transportFactory.getClass().getName(); - Collection scopes = builder.getScopes(); // Use defaultScopes only when scopes don't exist. Collection scopesToUse = builder.scopes; if (scopesToUse == null || scopesToUse.isEmpty()) {