mirror of
https://github.com/google/nomulus
synced 2026-01-06 21:47:31 +00:00
Remove GtechCommand and other vestiges of gtech_tool
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=134836647
This commit is contained in:
@@ -44,7 +44,6 @@ import google.registry.model.domain.launch.ApplicationStatus;
|
||||
import google.registry.model.registrar.Registrar;
|
||||
import google.registry.model.registrar.RegistrarAddress;
|
||||
import google.registry.model.registrar.RegistrarContact;
|
||||
import google.registry.tools.Command.GtechCommand;
|
||||
import google.registry.tools.Command.RemoteApiCommand;
|
||||
import google.registry.tools.params.PathParameter;
|
||||
import java.nio.file.Files;
|
||||
@@ -64,7 +63,7 @@ import org.joda.time.format.DateTimeFormatter;
|
||||
|
||||
/** Command to generate the auction data for a TLD. */
|
||||
@Parameters(separators = " =", commandDescription = "Generate auction data")
|
||||
final class GenerateAuctionDataCommand implements RemoteApiCommand, GtechCommand {
|
||||
final class GenerateAuctionDataCommand implements RemoteApiCommand {
|
||||
|
||||
@Parameter(
|
||||
description = "TLD(s) to generate auction data for",
|
||||
|
||||
Reference in New Issue
Block a user