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:
@@ -33,7 +33,7 @@ import org.bouncycastle.openpgp.PGPKeyPair;
|
||||
separators = " =",
|
||||
commandDescription = "Retrieves the value of a secret from the keyring."
|
||||
)
|
||||
final class GetKeyringSecretCommand implements RemoteApiCommand {
|
||||
final class GetKeyringSecretCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Inject Keyring keyring;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user