diff options
Diffstat (limited to 'qadevOOo/runner/stats')
-rw-r--r-- | qadevOOo/runner/stats/SQLExecution.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java index 3253415bd490..8c1651baf5ba 100644 --- a/qadevOOo/runner/stats/SQLExecution.java +++ b/qadevOOo/runner/stats/SQLExecution.java @@ -254,7 +254,7 @@ public class SQLExecution { * @param command The command. * @param update If true, it is a update/alter command instead of an select * command - * @return A HashMap with the result. + * @param output A HashMap with the result. */ private void execute(String command, HashMap<String, String[]> output, boolean update) { if (m_bDebug) |