summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/BuildEnvTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/BuildEnvTools.java')
-rw-r--r--qadevOOo/runner/helper/BuildEnvTools.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/qadevOOo/runner/helper/BuildEnvTools.java b/qadevOOo/runner/helper/BuildEnvTools.java
index b35d14cb3f1c..3cd50a823397 100644
--- a/qadevOOo/runner/helper/BuildEnvTools.java
+++ b/qadevOOo/runner/helper/BuildEnvTools.java
@@ -46,9 +46,6 @@ public class BuildEnvTools {
* <li> Shell: Fill this parameter with a shell f.e '/bin/tcsh'
* or 'c:\\myShell\\myShell.exe'
* </li>
- * @param param
- * @param log
- * @throws helper.ParameterNotFoundException
*/
public BuildEnvTools(TestParameters param, LogWriter log) throws ParameterNotFoundException {
this.param = param;
@@ -95,9 +92,6 @@ public class BuildEnvTools {
/**
* Executes the given commands in OOo-Environment shell.
- * @param commands
- * @param workDir
- * @param shortWait
* @return the processHandler of the commands
* @see helper.ProcessHandler
*/