Skip to content

Commit

Permalink
Fixed a merge issue to get this PR (#683) merged in
Browse files Browse the repository at this point in the history
  • Loading branch information
josehenriqueventura committed Jun 28, 2023
1 parent 374f2be commit 40b6c1e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import java.io.File;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
Expand Down Expand Up @@ -47,7 +46,7 @@ public NodeTaskExecutor(NodeExecutorConfig config, String taskName, String taskL
this.config = config;
this.taskName = taskName;
this.taskLocation = taskLocation;
this.additionalArguments = additionalArguments;
this.argumentsParser = new ArgumentsParser(additionalArguments);
this.proxy = proxy;
}

Expand Down

0 comments on commit 40b6c1e

Please sign in to comment.