diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2015-05-30 14:27:56 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2015-05-30 17:32:49 +0200 |
commit | ab873b04e6ab0ceb7750db2d105ef5e3d0c0f6ef (patch) | |
tree | f93f1bf72b625ada2995ad2f20db597adc3fa8fd | |
parent | 99c6e8dc1fdabcc5af24a7a3cc8ff510140b0c94 (diff) |
janitorial
Change-Id: I72cc8b84332442920eb5bb793474de0e9ec0fc86
-rw-r--r-- | dbaccess/qa/complex/dbaccess/RowSet.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/qa/complex/dbaccess/RowSet.java b/dbaccess/qa/complex/dbaccess/RowSet.java index 211aa2d3b571..22fe961c72b2 100644 --- a/dbaccess/qa/complex/dbaccess/RowSet.java +++ b/dbaccess/qa/complex/dbaccess/RowSet.java @@ -155,10 +155,10 @@ public class RowSet extends TestCase * the command to use for the RowSet * @param commandType * the command type to use for the RowSet - * @param limitFetchSize - * determines whether the fetch size of the RowSet should be limited to MAX_FETCH_ROWS * @param execute * determines whether the RowSet should be executed + * @param limitFetchSize + * determines whether the fetch size of the RowSet should be limited to MAX_FETCH_ROWS */ private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize) { @@ -969,7 +969,7 @@ public class RowSet extends TestCase } catch (Exception e) { - fail("could not test the relationship between XParameters and XParametersSupplier" + e.getMessage()); + fail("could not test the relationship between XParameters and XParametersSupplier: " + e.getMessage()); } } |