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 159b22a6 Javadoc: Empty Javadoc line before the 1st tag.
159b22a6 is described below

commit 159b22a6bf5f1e5318058b0a23761626c7dccc11
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Dec 31 18:15:04 2025 -0500

    Javadoc: Empty Javadoc line before the 1st tag.
---
 src/main/java/org/apache/commons/csv/CSVFormat.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java 
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index e8cb5e77..7251f83d 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -614,6 +614,7 @@ public final class CSVFormat implements Serializable {
          * <p>
          * This method keeps a copy of the input array.
          * </p>
+         *
          * @param header the header, {@code null} if disabled, empty if parsed 
automatically, user-specified otherwise.
          * @return This instance.
          */
@@ -695,6 +696,7 @@ public final class CSVFormat implements Serializable {
          * <p>
          * This method keeps a copy of the input array.
          * </p>
+         *
          * @param headerComments the headerComments which will be printed by 
the Printer before the CSV data.
          * @return This instance.
          */

Reply via email to