summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DBTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DBTools.java')
-rw-r--r--qadevOOo/runner/util/DBTools.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index f54d2e5f2d8d..37894e6d3fe0 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -745,7 +745,7 @@ public class DBTools {
* are declared for column index fast find.
* @param statement object used for executing a static SQL
* statement and obtaining the results produced by it.
- * @param table Test table name.
+ * @param tbl_name Test table name.
*/
protected void createMySQLTable(Statement statement, String tbl_name)
throws java.sql.SQLException {
@@ -793,7 +793,7 @@ public class DBTools {
* Drops table.
* @param statement object used for executing a static SQL
* statement and obtaining the results produced by it.
- * @param table Test table name.
+ * @param tbl_name Test table name.
*/
protected void dropMySQLTable(Statement statement, String tbl_name)
throws java.sql.SQLException {