mirror of
https://github.com/google/nomulus
synced 2026-02-08 22:10:28 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -32,7 +32,7 @@ import javax.inject.Inject;
|
||||
separators = " =",
|
||||
commandDescription = "Update values of secrets in KmsKeyring."
|
||||
)
|
||||
final class UpdateKmsKeyringCommand implements RemoteApiCommand {
|
||||
final class UpdateKmsKeyringCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Inject KmsUpdater kmsUpdater;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user