Kaydet (Commit) 0a09da40 authored tarafından Caolán McNamara's avatar Caolán McNamara

this.cmdLine assigned twice

Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c
üst 0dace9ec
...@@ -166,7 +166,6 @@ public class ProcessHandler ...@@ -166,7 +166,6 @@ public class ProcessHandler
this.cmdLine = cmdLine; this.cmdLine = cmdLine;
this.workDir = workDir; this.workDir = workDir;
this.log = log; this.log = log;
this.cmdLine = cmdLine;
this.envVars = envVars; this.envVars = envVars;
if (log == null) if (log == null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment