Add a throw-away tool to remove IP addresses of external hosts

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=121279715
This commit is contained in:
Michael Muller 2016-05-02 09:38:13 -07:00 committed by Justine Tunney
parent b672643194
commit 05803bbc33
10 changed files with 129 additions and 9 deletions

View file

@ -77,7 +77,7 @@ final class CreateAnchorTenantCommand extends MutatingEppToolCommand implements
PasswordGenerator passwordGenerator;
@Override
void initMutatingEppToolCommand() {
protected void initMutatingEppToolCommand() {
checkArgument(superuser, "This command must be run as a superuser.");
String tld = findTldForNameOrThrow(InternetDomainName.from(domainName)).toString();
if (isNullOrEmpty(password)) {