diff options
author | Noel Grandin <noel@peralex.com> | 2012-07-02 13:24:38 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-08-20 12:55:08 +0100 |
commit | bf542dfdba7ec0996bf3a635ea87aeff176d0dc0 (patch) | |
tree | b82f3e01ea88be1aebc30840545ba798d52b76a0 /qadevOOo/runner/stats | |
parent | 360f566cf91b2b78a39512ce0f87f5375f7e0479 (diff) |
Java update - cleanup javadoc @see tags
Change-Id: Ibe162afcf95682286e1a66a8029dd4b1d6ad7cfc
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) |