From ab873b04e6ab0ceb7750db2d105ef5e3d0c0f6ef Mon Sep 17 00:00:00 2001 From: Lionel Elie Mamane Date: Sat, 30 May 2015 14:27:56 +0200 Subject: janitorial Change-Id: I72cc8b84332442920eb5bb793474de0e9ec0fc86 --- dbaccess/qa/complex/dbaccess/RowSet.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dbaccess/qa') 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()); } } -- cgit