qadevOOo/runner/helper/ProcessHandler.java | 1 - 1 file changed, 1 deletion(-)
New commits: commit 0a09da40dd3178a38ad0234a9eae20b67a228888 Author: Caolán McNamara <[email protected]> Date: Sat Jan 21 17:35:24 2017 +0000 this.cmdLine assigned twice Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c diff --git a/qadevOOo/runner/helper/ProcessHandler.java b/qadevOOo/runner/helper/ProcessHandler.java index 4ba1b5d..7ec20a5 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) {
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
