mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Add a small prompt to the UpdateAllocationTokensCommand
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=248523681
This commit is contained in:
parent
b12a462f5e
commit
8f9f384406
1 changed files with 5 additions and 0 deletions
|
@ -123,6 +123,11 @@ public final class UpdateAllocationTokensCommand extends ConfirmingCommand
|
|||
.collect(toImmutableSet());
|
||||
}
|
||||
|
||||
@Override
|
||||
public String prompt() {
|
||||
return String.format("Update %d tokens?", tokensToSave.size());
|
||||
}
|
||||
|
||||
@Override
|
||||
protected String execute() {
|
||||
long numUpdated =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue