mirror of
https://github.com/google/nomulus
synced 2026-01-10 16:00:52 +00:00
Remove ServerSideCommand
ServerSideCommand now just aggregates CommandWithConnection and CommandWithRemoteApi, so it's arguably clearer for commands to just implement both of these. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211670031
This commit is contained in:
@@ -46,7 +46,8 @@ import java.util.Map;
|
||||
import java.util.Objects;
|
||||
|
||||
/** A command to execute an epp command. */
|
||||
abstract class EppToolCommand extends ConfirmingCommand implements ServerSideCommand {
|
||||
abstract class EppToolCommand extends ConfirmingCommand
|
||||
implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = {"-u", "--superuser"},
|
||||
|
||||
Reference in New Issue
Block a user