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 26a8442e Better local variable name new a3b4e892 Remove extra vertical whitespace new 1ac1eec0 Javadoc new 41362db1 CSVParser.parse(URL, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)) new 931531bc CSVParser.parse(String, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)) new 088672f6 CSVParser.parse(File, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)) new c36d6cde CSVParser.parse(InputStream, Charset, CSVFormat) with a null CSVFormat maps to CSVFormat.DEFAULT (like CSVParser.parse(Reader, CSVFormat)) new d93c4940 CSVParser.parse(*) methods with a null Charset maps to Charset.defaultCharset() The 7 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: src/changes/changes.xml | 6 ++ .../java/org/apache/commons/csv/CSVParser.java | 81 ++++++++++------------ .../java/org/apache/commons/csv/CSVParserTest.java | 65 ++++++++++++----- 3 files changed, 91 insertions(+), 61 deletions(-)