mirror of
https://github.com/google/nomulus
synced 2026-04-18 15:25:15 +00:00
Delete AuctionStatusCommand
It's untested, we suspect it's not actually working properly, and we don't intend to ever need to use anything having to do with auctions ever again. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=178815580
This commit is contained in:
@@ -30,7 +30,6 @@ public final class RegistryTool {
|
||||
public static final ImmutableMap<String, Class<? extends Command>> COMMAND_MAP =
|
||||
new ImmutableMap.Builder<String, Class<? extends Command>>()
|
||||
.put("allocate_domain", AllocateDomainCommand.class)
|
||||
.put("auction_status", AuctionStatusCommand.class)
|
||||
.put("canonicalize_labels", CanonicalizeLabelsCommand.class)
|
||||
.put("check_snapshot", CheckSnapshotCommand.class)
|
||||
.put("convert_idn", ConvertIdnCommand.class)
|
||||
|
||||
Reference in New Issue
Block a user