You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/09/12 16:43:26 UTC

[commons-csv] branch master updated (d6342202 -> 2e851bc9)

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

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


    from d6342202 Bump com.github.spotbugs:spotbugs from 4.7.1 to 4.7.2
     new 31a546ad [CSV-304] Accessors for header/trailer comments
     new 0414d1e4 Split tests into separate methods
     new 82ca0355 Add @since annotation to javadoc
     new 9c702bd4 Guard against NPE in createHeaders
     new 882884f2 Fix formatting
     new f926a300 Fix formatting
     new ee7b3a7d Fix formatting
     new 2e851bc9 Merge pull request #257 from pedro-w/csv-304-header-comments

The 1848 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/commons/csv/CSVParser.java     |  63 ++++++++-
 .../java/org/apache/commons/csv/CSVParserTest.java | 156 +++++++++++++++++++++
 2 files changed, 218 insertions(+), 1 deletion(-)