Skip to content

Commit 8f17639

Browse files
committed
Fix typos
1 parent e22011f commit 8f17639

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ FIXED BUGS
628628
==========
629629

630630
o CSV-125: No longer works with Java 6
631-
o CSV-122: NullPointerException when empty header string and and null string of "".
631+
o CSV-122: NullPointerException when empty header string and null string of "".
632632
Thanks to Mike Lewis.
633633
o CSV-118: CSVRecord.toMap() throws NPE on formats with no
634634
headers. Thanks to Enrique Lara.

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ removed in version 2.0.
248248
</release>
249249
<release version="1.0" date="2014-08-14" description="First release (Java 6)">
250250
<action issue="CSV-125" type="fix" dev="britter">No longer works with Java 6</action>
251-
<action issue="CSV-122" type="fix" dev="britter" due-to="Mike Lewis">NullPointerException when empty header string and and null string of ""</action>
251+
<action issue="CSV-122" type="fix" dev="britter" due-to="Mike Lewis">NullPointerException when empty header string and null string of ""</action>
252252
<action issue="CSV-117" type="update" dev="sebb">Validate format parameters in constructor</action>
253253
<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>
254254
<action issue="CSV-120" type="add" dev="ggregory" due-to="Sergei Lebedev">CSVFormat#withHeader doesn't work with CSVPrinter</action>

0 commit comments

Comments
 (0)