From 6c66ca47049cee240bf9e130b854fc478d3f5199 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Fri, 3 Apr 2020 17:05:04 -0400 Subject: [PATCH] Removed invalid Javadoc markup for CSVFormat EXCEL #64. --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 717f63f0..173c83f4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,7 +49,8 @@ Update org.junit.jupiter:junit-jupiter from 5.6.0 to 5.6.1. Fix CSVFileParserTest.java to allow for a null return value from record.getComment() #62. Update tests from Apache Commons Lang 3.9 to 3.10. - Improve test coverage in CSVFormatTest #65. + Improve test coverage in CSVFormatTest #65. + Removed invalid Javadoc markup for CSVFormat EXCEL #64.