summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper/AppProvider.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/helper/AppProvider.java')
-rw-r--r--qadevOOo/runner/helper/AppProvider.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/qadevOOo/runner/helper/AppProvider.java b/qadevOOo/runner/helper/AppProvider.java
index e8f77d1f059a..a42411ac6589 100644
--- a/qadevOOo/runner/helper/AppProvider.java
+++ b/qadevOOo/runner/helper/AppProvider.java
@@ -18,6 +18,8 @@
package helper;
+import java.io.UnsupportedEncodingException;
+
/**
*
* Interface to get a Manager to access the application to check
@@ -27,7 +29,7 @@ public interface AppProvider {
/**
* Method to get the desired Manager
*/
- Object getManager(lib.TestParameters param);
+ Object getManager(lib.TestParameters param) throws UnsupportedEncodingException;
/**
* Method to dispose the desired Manager