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/09 12:55:33 UTC

[commons-csv] branch master updated: Improve CSVRecord and CSVPrinter code coverage #66.

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 0ce4b57  Improve CSVRecord and CSVPrinter code coverage #66.
0ce4b57 is described below

commit 0ce4b57af801d85230c558e184e45748d17b85f1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Apr 9 08:55:28 2020 -0400

    Improve CSVRecord and CSVPrinter code coverage #66.
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 173c83f..644430d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@
       <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">Removed invalid Javadoc markup for CSVFormat EXCEL #64.</action>
+      <action                 type="update" dev="ggregory" due-to="Chen">Improve CSVRecord and CSVPrinter code coverage #66.</action>
     </release>
     <release version="1.8" date="2020-02-01" description="Feature and bug fix release (Java 8).