mirror of
https://github.com/google/nomulus
synced 2026-05-24 00:31:54 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -30,7 +30,7 @@ import google.registry.model.registry.Registry.TldType;
|
||||
* <p>This command will fail if any domains are currently registered on the TLD.
|
||||
*/
|
||||
@Parameters(separators = " =", commandDescription = "Delete a TLD from Datastore.")
|
||||
final class DeleteTldCommand extends ConfirmingCommand implements RemoteApiCommand {
|
||||
final class DeleteTldCommand extends ConfirmingCommand implements CommandWithRemoteApi {
|
||||
|
||||
private Registry registry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user