From a13f6aded8b55e114d582af17749092f2ad0653a Mon Sep 17 00:00:00 2001 From: mcilwain Date: Thu, 13 Oct 2016 10:42:44 -0700 Subject: [PATCH] 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 --- java/google/registry/request/Modules.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/google/registry/request/Modules.java b/java/google/registry/request/Modules.java index 561bf3739..760f193f8 100644 --- a/java/google/registry/request/Modules.java +++ b/java/google/registry/request/Modules.java @@ -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