mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +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());
|
.collect(toImmutableSet());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String prompt() {
|
||||||
|
return String.format("Update %d tokens?", tokensToSave.size());
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String execute() {
|
protected String execute() {
|
||||||
long numUpdated =
|
long numUpdated =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue