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

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


    from 5d255771 Proper use of JUnit APIs
     new 8c4ecf73 Proper use of JUnit APIs
     new 04b2773b Reuse Commons IO
     new 9c17a19b Reuse Commons IO
     new 547c5a24 Javadoc

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |   1 -
 .../java/org/apache/commons/csv/CSVFormat.java     |  37 ++++--
 .../java/org/apache/commons/csv/CSVParser.java     |   8 +-
 .../java/org/apache/commons/csv/CSVPrinter.java    |  21 +--
 src/main/java/org/apache/commons/csv/IOUtils.java  | 147 ---------------------
 .../org/apache/commons/csv/CSVPrinterTest.java     |   1 +
 .../java/org/apache/commons/csv/CSVRecordTest.java |   7 +-
 .../java/org/apache/commons/csv/IOUtilsTest.java   |  33 -----
 8 files changed, 36 insertions(+), 219 deletions(-)
 delete mode 100644 src/main/java/org/apache/commons/csv/IOUtils.java
 delete mode 100644 src/test/java/org/apache/commons/csv/IOUtilsTest.java

Reply via email to