mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
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:
committed by
Justine Tunney
parent
b672643194
commit
05803bbc33
@@ -97,7 +97,7 @@ final class AllocateDomainCommand extends MutatingEppToolCommand {
|
||||
}
|
||||
|
||||
@Override
|
||||
void initMutatingEppToolCommand() {
|
||||
protected void initMutatingEppToolCommand() {
|
||||
checkArgument(superuser, "This command MUST be run as --superuser.");
|
||||
setSoyTemplate(DomainAllocateSoyInfo.getInstance(), DomainAllocateSoyInfo.CREATE);
|
||||
ofy().transactNewReadOnly(new VoidWork() {
|
||||
|
||||
Reference in New Issue
Block a user