Fix CSVFileParserTest.java to allow for a null return value from
record.getComment() #62.
This commit is contained in:
parent
5591444148
commit
29a0464653
|
@ -47,6 +47,7 @@
|
|||
<action issue="CSV-184" type="add" dev="ggregory" due-to="Gaurav Agarwal, M. Steiger, Gary Gregory">Make the method CSVRecord#putIn(Map) public.</action>
|
||||
<action type="update" dev="ggregory" due-to="Chen">Improve CSVFormat test coverage #63.</action>
|
||||
<action type="update" dev="ggregory" due-to="Gary Gregory">Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1.</action>
|
||||
<action type="update" dev="ggregory" due-to="Chen">Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62.</action>
|
||||
</release>
|
||||
<release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).
|
||||
|
||||
|
|
Loading…
Reference in New Issue