summaryrefslogtreecommitdiff
path: root/qadevOOo/runner
diff options
context:
space:
mode:
authorLars Langhans <lla@openoffice.org>2010-02-09 10:38:11 +0100
committerLars Langhans <lla@openoffice.org>2010-02-09 10:38:11 +0100
commitda4e83d7f4dd2737a7d18c4bb921ccece52eb2a4 (patch)
tree6d0501be88dafa4a963ca08c201fdd257ca759ee /qadevOOo/runner
parent090bc5591c2bc09c2097771b1bf182bcfc45dd0a (diff)
qadev40: #161119# refactoring
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r--qadevOOo/runner/base/basic_fat.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/qadevOOo/runner/base/basic_fat.java b/qadevOOo/runner/base/basic_fat.java
index a46a8abbc9b4..e2a4c7ee50e1 100644
--- a/qadevOOo/runner/base/basic_fat.java
+++ b/qadevOOo/runner/base/basic_fat.java
@@ -29,7 +29,6 @@
************************************************************************/
package base;
-import base.TestBase;
import basicrunner.BasicIfcTest;
import basicrunner.BasicTestCase;
@@ -72,7 +71,7 @@ public class basic_fat implements TestBase
/**
* Execute a test.
* @param param The test parameters.
- * @param return True, if the test was executed.
+ * @return True, if the test was executed.
*/
public boolean executeTest(TestParameters param)
{