KillCommand: argument value should not be final
Bug: Issue 10143 Change-Id: Idd46c6d558c2b6f2636aef143588fec199d34ac7
This commit is contained in:
@@ -43,7 +43,7 @@ final class KillCommand extends SshCommand {
|
||||
@Inject private DeleteTask deleteTask;
|
||||
|
||||
@Argument(index = 0, multiValued = true, required = true, metaVar = "ID")
|
||||
private final List<String> taskIds = new ArrayList<>();
|
||||
private List<String> taskIds = new ArrayList<>();
|
||||
|
||||
@Override
|
||||
protected void run() {
|
||||
|
Reference in New Issue
Block a user