mirror of
https://github.com/google/nomulus
synced 2026-04-10 11:39:29 +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
@@ -51,7 +51,7 @@ final class DeleteDomainCommand extends MutatingEppToolCommand implements GtechC
|
||||
private boolean requestedByRegistrar = false;
|
||||
|
||||
@Override
|
||||
void initMutatingEppToolCommand() {
|
||||
protected void initMutatingEppToolCommand() {
|
||||
setSoyTemplate(DeleteDomainSoyInfo.getInstance(), DeleteDomainSoyInfo.DELETEDOMAIN);
|
||||
addSoyRecord(clientIdentifier, new SoyMapData(
|
||||
"domainName", domainName,
|
||||
|
||||
Reference in New Issue
Block a user