Skip to content

Commit d400a04

Browse files
committed
Javadoc.
1 parent 91db4ff commit d400a04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/CSVPrinter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ public void printRecords(final ResultSet resultSet) throws SQLException, IOExcep
404404
/**
405405
* Prints all the objects with metadata in the given JDBC result set based on the header boolean.
406406
*
407-
* @param resultSet result set the values to print.
408-
* @param printHeader Boolean value to print header or not.
407+
* @param resultSet source of row data.
408+
* @param printHeader whether to print headers.
409409
* @throws IOException If an I/O error occurs
410410
* @throws SQLException if a database access error occurs
411411
* @since 1.9.0

0 commit comments

Comments
 (0)