mirror of
https://github.com/google/nomulus
synced 2026-01-11 00:10:36 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -34,7 +34,7 @@ import javax.annotation.Nullable;
|
||||
|
||||
/** A command to test registrar login credentials. */
|
||||
@Parameters(separators = " =", commandDescription = "Test registrar login credentials")
|
||||
final class ValidateLoginCredentialsCommand implements RemoteApiCommand {
|
||||
final class ValidateLoginCredentialsCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = {"-c", "--client"},
|
||||
|
||||
Reference in New Issue
Block a user