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:
@@ -33,7 +33,7 @@ import org.joda.time.DateTime;
|
||||
/** Command to show history entries. */
|
||||
@Parameters(separators = " =",
|
||||
commandDescription = "Show history entries that occurred in a given time range")
|
||||
final class GetHistoryEntriesCommand implements RemoteApiCommand {
|
||||
final class GetHistoryEntriesCommand implements CommandWithRemoteApi {
|
||||
|
||||
@Parameter(
|
||||
names = {"-a", "--after"},
|
||||
|
||||
Reference in New Issue
Block a user