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:
mcilwain 2016-10-13 10:42:44 -07:00 committed by Ben McIlwain
parent 77e826997d
commit a13f6aded8

View file

@ -229,8 +229,6 @@ public final class Modules {
.setJsonFactory(googleCredential.getJsonFactory())
.setServiceAccountId(googleCredential.getServiceAccountId())
.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
// 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