You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/04/03 21:05:08 UTC

[commons-csv] branch master updated: Removed invalid Javadoc markup for CSVFormat EXCEL #64.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c66ca4  Removed invalid Javadoc markup for CSVFormat EXCEL #64.
6c66ca4 is described below

commit 6c66ca47049cee240bf9e130b854fc478d3f5199
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Apr 3 17:05:04 2020 -0400

    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 717f63f..173c83f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,7 +49,8 @@
       <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>      
       <action                 type="update" dev="ggregory" due-to="Gary Gregory">Update tests from Apache Commons Lang 3.9 to 3.10.</action>
-      <action                 type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action>      
+      <action                 type="update" dev="ggregory" due-to="Chen">Improve test coverage in CSVFormatTest #65.</action>
+      <action                 type="update" dev="ggregory" due-to="Chen">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action>
     </release>
     <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).