Javadoc nits.
This commit is contained in:
parent
99be47eb9b
commit
0e3b57507f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue