This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new d400a04  Javadoc.
d400a04 is described below

commit d400a04b1500a7809b6707d659c9e2fe33cfc9c9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Feb 22 21:44:41 2021 -0500

    Javadoc.
---
 src/main/java/org/apache/commons/csv/CSVPrinter.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/csv/CSVPrinter.java 
b/src/main/java/org/apache/commons/csv/CSVPrinter.java
index d3c262e..effb4c1 100644
--- a/src/main/java/org/apache/commons/csv/CSVPrinter.java
+++ b/src/main/java/org/apache/commons/csv/CSVPrinter.java
@@ -404,8 +404,8 @@ public final class CSVPrinter implements Flushable, 
Closeable {
     /**
      * Prints all the objects with metadata in the given JDBC result set based 
on the header boolean.
      *
-     * @param resultSet result set the values to print.
-     * @param printHeader Boolean value to print header or not.
+     * @param resultSet source of row data.
+     * @param printHeader whether to print headers.
      * @throws IOException If an I/O error occurs
      * @throws SQLException if a database access error occurs
      * @since 1.9.0

Reply via email to