summaryrefslogtreecommitdiff
path: root/qadevOOo
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-01-21 17:35:24 +0000
committerCaolán McNamara <caolanm@redhat.com>2017-01-21 17:35:24 +0000
commit0a09da40dd3178a38ad0234a9eae20b67a228888 (patch)
treeaa3db5b457450800e30225181d80d4581df85877 /qadevOOo
parent0dace9ec07447407df5146555b1c8b56c0afe1e1 (diff)
this.cmdLine assigned twice
Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c
Diffstat (limited to 'qadevOOo')
-rw-r--r--qadevOOo/runner/helper/ProcessHandler.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java
index 4ba1b5d0586f..7ec20a570420 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -166,7 +166,6 @@ public class ProcessHandler
this.cmdLine = cmdLine;
this.workDir = workDir;
this.log = log;
- this.cmdLine = cmdLine;
this.envVars = envVars;
if (log == null)
{