mirror of
https://github.com/google/nomulus
synced 2026-07-19 06:22:33 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -28,7 +28,7 @@ import org.joda.time.DateTime;
|
||||
|
||||
/** Command to show the count of active domains on a given TLD. */
|
||||
@Parameters(separators = " =", commandDescription = "Show count of domains on TLD")
|
||||
final class CountDomainsCommand implements RemoteApiCommand {
|
||||
final class CountDomainsCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(description = "TLD(s) to count domains on", required = true)
|
||||
private List<String> mainParameters;
|
||||
|
||||
Reference in New Issue
Block a user