Skip to content

Commit

Permalink
removed incomplete code
Browse files Browse the repository at this point in the history
  • Loading branch information
poorvasharma committed Feb 5, 2018
1 parent 75486c9 commit 10ea4d7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,10 +230,7 @@ public String startServiceForSimultion(String serviceId, String runtimeOptions,

Process process = null;
List<String> commands = new ArrayList<String>();
String commandString = "";
commands.add(serviceInfo.getExecution_path());
StringUtils.join(iterable, separator)
commandString += serviceInfo.getExecution_path()

//Check if static args contain any replacement values
String staticArgs = serviceInfo.getStatic_args();
Expand Down

0 comments on commit 10ea4d7

Please sign in to comment.