janitorial

Change-Id: I72cc8b84332442920eb5bb793474de0e9ec0fc86
This commit is contained in:
Lionel Elie Mamane 2015-05-30 14:27:56 +02:00
parent 99c6e8dc1f
commit ab873b04e6

View File

@ -155,10 +155,10 @@ public class RowSet extends TestCase
* the command to use for the RowSet * the command to use for the RowSet
* @param commandType * @param commandType
* the command type to use for the RowSet * 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 * @param execute
* determines whether the RowSet should be executed * 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) private void createRowSet(String command, int commandType, boolean execute, boolean limitFetchSize)
{ {
@ -969,7 +969,7 @@ public class RowSet extends TestCase
} }
catch (Exception e) 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());
} }
} }