mirror of
https://github.com/google/nomulus
synced 2026-08-19 21:56:17 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -185,8 +185,8 @@ final class RegistryCli implements AutoCloseable, CommandRunner {
|
||||
((CommandWithConnection) command).setConnection(getConnection());
|
||||
}
|
||||
|
||||
// RemoteApiCommands need to have the remote api installed to work.
|
||||
if (command instanceof RemoteApiCommand) {
|
||||
// CommandWithRemoteApis need to have the remote api installed to work.
|
||||
if (command instanceof CommandWithRemoteApi) {
|
||||
if (installer == null) {
|
||||
installer = new RemoteApiInstaller();
|
||||
RemoteApiOptions options = new RemoteApiOptions();
|
||||
|
||||
Reference in New Issue
Block a user