Drop FixDomainNameserverKeysCommand

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=148688861
This commit is contained in:
ctingue 2017-02-27 13:44:27 -08:00 committed by Ben McIlwain
parent 023a76349e
commit a5932c0fc3
2 changed files with 0 additions and 143 deletions

View file

@ -15,7 +15,6 @@
package google.registry.tools;
import com.google.common.collect.ImmutableMap;
import google.registry.tools.javascrap.FixDomainNameserverKeysCommand;
import google.registry.tools.javascrap.RemoveDomainTransferDataCommand;
import google.registry.tools.javascrap.RemoveIpAddressCommand;
@ -59,7 +58,6 @@ public final class RegistryTool {
.put("domain_check_fee", DomainCheckFeeCommand.class)
.put("encrypt_escrow_deposit", EncryptEscrowDepositCommand.class)
.put("execute_epp", ExecuteEppCommand.class)
.put("fix_domain_nameserver_keys", FixDomainNameserverKeysCommand.class)
.put("generate_applications_report", GenerateApplicationsReportCommand.class)
.put("generate_auction_data", GenerateAuctionDataCommand.class)
.put("generate_dns_report", GenerateDnsReportCommand.class)