Skip to content

Commit 29a0464

Browse files
committed
Fix CSVFileParserTest.java to allow for a null return value from
record.getComment() apache#62.
1 parent 5591444 commit 29a0464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord#putIn(Map) public.</action>
4848
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
4949
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
50+
<action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action>
5051
</release>
5152
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
5253

0 commit comments

Comments
 (0)