mirror of
https://github.com/google/nomulus
synced 2026-05-20 06:41:51 +00:00
Rename RemoteApiCommand to CommandWithRemoteApi
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211521742
This commit is contained in:
@@ -29,7 +29,7 @@ import org.joda.time.DateTime;
|
||||
|
||||
/** Command to update the claims notice on a domain application. */
|
||||
@Parameters(separators = " =", commandDescription = "Update the claims notice on an application.")
|
||||
final class UpdateClaimsNoticeCommand implements RemoteApiCommand {
|
||||
final class UpdateClaimsNoticeCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = "--id",
|
||||
|
||||
Reference in New Issue
Block a user