mirror of
https://github.com/google/nomulus
synced 2026-02-11 23:31:37 +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:
@@ -33,7 +33,7 @@ import org.json.simple.JSONValue;
|
||||
*
|
||||
* <p>The formatting is done on the server side; this class just dumps the results to the screen.
|
||||
*/
|
||||
abstract class ListObjectsCommand implements ServerSideCommand {
|
||||
abstract class ListObjectsCommand implements CommandWithConnection, CommandWithRemoteApi {
|
||||
|
||||
@Nullable
|
||||
@Parameter(
|
||||
|
||||
Reference in New Issue
Block a user