summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java')
-rw-r--r--qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java
index cef4cacd2c8d..07c6c2c7ce98 100644
--- a/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java
+++ b/qadevOOo/tests/java/mod/_sw/SwAccessibleTableCellView.java
@@ -57,7 +57,7 @@ public class SwAccessibleTableCellView extends TestCase {
* Creates a text table and inserts it to document. Then obtains accessible
* object for one of table cell.
*
- * @param tParam test parameters
+ * @param Param test parameters
* @param log writer to log information while testing
*
* @see TestEnvironment
@@ -120,8 +120,7 @@ public class SwAccessibleTableCellView extends TestCase {
/**
* Called while disposing a <code>TestEnvironment</code>.
* Disposes text document.
- * @param tParam test parameters
- * @param tEnv the environment to cleanup
+ * @param Param test parameters
* @param log writer to log information while testing
*/
protected void cleanup(TestParameters Param, PrintWriter log) {
@@ -133,7 +132,7 @@ public class SwAccessibleTableCellView extends TestCase {
* Called while the <code>TestCase</code> initialization.
* Creates a text document.
*
- * @param tParam test parameters
+ * @param Param test parameters
* @param log writer to log information while testing
*
* @see #initializeTestCase()