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

garydgregory 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 6310f07f Fix Javadoc for CSVPrinter.getRecordCount(): the header 
record written by the constructor is counted (#633).
6310f07f is described below

commit 6310f07f3786d5e6bc5380c4afe32d655fff7479
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Sep 7 07:35:31 2026 -0400

    Fix Javadoc for CSVPrinter.getRecordCount(): the header record written
    by the constructor is counted (#633).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c7d17042..dc5256e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -78,6 +78,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Validate CSVFormat invariants when deserializing (#632).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, saleem 
malik">Keep an escaped value that equals the null string (#626).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Escape-mode 
printer and parser mishandles value ending in multi-char delimiter prefix 
(f001).</action>
+      <action type="fix" dev="ggregory" due-to="Jeff Lenamon, Gary 
Gregory">Fix Javadoc for CSVPrinter.getRecordCount(): the header record written 
by the constructor is counted (#633).</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van 
Os" issue="CSV-307">Add an "Android Compatibility" section to the web 
site.</action>
       <action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>

Reply via email to