summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/base/TestBase.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/base/TestBase.java')
-rw-r--r--qadevOOo/runner/base/TestBase.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/qadevOOo/runner/base/TestBase.java b/qadevOOo/runner/base/TestBase.java
index d09f28721ab0..5901cbd727ec 100644
--- a/qadevOOo/runner/base/TestBase.java
+++ b/qadevOOo/runner/base/TestBase.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -28,12 +28,12 @@
package base;
import lib.TestParameters;
-/**
+/**
*
- * Base Interface to execute a given TestJob
+ * Base Interface to execute a given TestJob
*/
public interface TestBase {
-
+
public boolean executeTest(TestParameters param);
-
+
}