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 8f17639c Fix typos
8f17639c is described below
commit 8f17639c09e91dada0bc485406d5a2360e309625
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 15 08:00:20 2023 -0500
Fix typos
---
RELEASE-NOTES.txt | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 87d2b6d4..9d7378fd 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -628,7 +628,7 @@ FIXED BUGS
==========
o CSV-125: No longer works with Java 6
-o CSV-122: NullPointerException when empty header string and and null string
of "".
+o CSV-122: NullPointerException when empty header string and null string of
"".
Thanks to Mike Lewis.
o CSV-118: CSVRecord.toMap() throws NPE on formats with no
headers. Thanks to Enrique Lara.
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5b432aeb..7d06e4a1 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -248,7 +248,7 @@ removed in version 2.0.
</release>
<release version="1.0" date="2014-08-14" description="First release (Java
6)">
<action issue="CSV-125" type="fix" dev="britter">No longer works with
Java 6</action>
- <action issue="CSV-122" type="fix" dev="britter" due-to="Mike
Lewis">NullPointerException when empty header string and and null string of
""</action>
+ <action issue="CSV-122" type="fix" dev="britter" due-to="Mike
Lewis">NullPointerException when empty header string and null string of
""</action>
<action issue="CSV-117" type="update" dev="sebb">Validate format
parameters in constructor</action>
<action issue="CSV-121" type="add" dev="ggregory" due-to="Sebastian
Hardt">IllegalArgumentException thrown when the header contains duplicate names
when the column names are empty.</action>
<action issue="CSV-120" type="add" dev="ggregory" due-to="Sergei
Lebedev">CSVFormat#withHeader doesn't work with CSVPrinter</action>