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. No longer works with Java 6 - NullPointerException when empty header string and and null string of "" + NullPointerException when empty header string and null string of "" Validate format parameters in constructor IllegalArgumentException thrown when the header contains duplicate names when the column names are empty. CSVFormat#withHeader doesn't work with CSVPrinter