mirror of
https://github.com/google/nomulus
synced 2025-12-23 14:25:44 +00:00
Remove stale TODO on setting GoogleCredential data
We simply don't need to do this. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136058076
This commit is contained in:
@@ -229,8 +229,6 @@ public final class Modules {
|
|||||||
.setJsonFactory(googleCredential.getJsonFactory())
|
.setJsonFactory(googleCredential.getJsonFactory())
|
||||||
.setServiceAccountId(googleCredential.getServiceAccountId())
|
.setServiceAccountId(googleCredential.getServiceAccountId())
|
||||||
.setServiceAccountPrivateKey(googleCredential.getServiceAccountPrivateKey())
|
.setServiceAccountPrivateKey(googleCredential.getServiceAccountPrivateKey())
|
||||||
// TODO(b/31317128): Also set serviceAccountProjectId from value off googleCredential when
|
|
||||||
// that functionality is publicly released.
|
|
||||||
// Set the scopes to empty because the default value is null, which throws an NPE in the
|
// Set the scopes to empty because the default value is null, which throws an NPE in the
|
||||||
// GoogleCredential constructor. We don't yet know the actual scopes to use here, and it
|
// GoogleCredential constructor. We don't yet know the actual scopes to use here, and it
|
||||||
// is thus the responsibility of every user of a delegated admin credential to call
|
// is thus the responsibility of every user of a delegated admin credential to call
|
||||||
|
|||||||
Reference in New Issue
Block a user