Javadoc nits.

This commit is contained in:
Gary Gregory 2017-07-20 20:17:58 -07:00
parent 99be47eb9b
commit 0e3b57507f
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
* @param file
* a CSV file. Must not be null.
* @param charset
* A charset
* A Charset
* @param format
* the CSVFormat used for CSV parsing. Must not be null.
* @return a new parser
@ -191,7 +191,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
* @param path
* a CSV file. Must not be null.
* @param charset
* A charset
* A Charset
* @param format
* the CSVFormat used for CSV parsing. Must not be null.
* @return a new parser