mirror of
https://github.com/google/nomulus
synced 2026-02-03 19:42:39 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -15,5 +15,5 @@
|
||||
package google.registry.tools;
|
||||
|
||||
/** A command that executes on the server. */
|
||||
interface ServerSideCommand extends CommandWithConnection, RemoteApiCommand {
|
||||
interface ServerSideCommand extends CommandWithConnection, CommandWithRemoteApi {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user