mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 16:07:15 +02: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:
parent
03c782f38e
commit
c2ed7429d3
2 changed files with 0 additions and 121 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue