summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/helper/CwsDataExchangeImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/CwsDataExchangeImpl.java')
-rw-r--r--qadevOOo/runner/helper/CwsDataExchangeImpl.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/helper/CwsDataExchangeImpl.java b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
index 6d3b4eb7c50c..3af899f97dcb 100644
--- a/qadevOOo/runner/helper/CwsDataExchangeImpl.java
+++ b/qadevOOo/runner/helper/CwsDataExchangeImpl.java
@@ -28,7 +28,7 @@ import util.PropertyName;
import util.utils;
/**
- * Implementaion of the interface CwsDataExchange
+ * Implementation of the interface CwsDataExchange
* @see share.CwsDataExchange
*/
public class CwsDataExchangeImpl implements CwsDataExchange
@@ -39,7 +39,7 @@ public class CwsDataExchangeImpl implements CwsDataExchange
private final BuildEnvTools bet;
private final boolean mDebug;
- public CwsDataExchangeImpl(String cwsName, TestParameters param, LogWriter log) throws ParameterNotFoundException
+ public CwsDataExchangeImpl(TestParameters param, LogWriter log) throws ParameterNotFoundException
{
this.param = param;
this.log = log;