Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit abd7de4

Browse files
committed
Javadoc.
1 parent 1963ea3 commit abd7de4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public void remove() {
190190
* @param file
191191
* a CSV file. Must not be null.
192192
* @param charset
193-
* A Charset
193+
* The Charset to decode the given file.
194194
* @param format
195195
* the CSVFormat used for CSV parsing. Must not be null.
196196
* @return a new parser
@@ -217,7 +217,7 @@ public static CSVParser parse(final File file, final Charset charset, final CSVF
217217
* @param inputStream
218218
* an InputStream containing CSV-formatted input. Must not be null.
219219
* @param charset
220-
* a Charset.
220+
* The Charset to decode the given file.
221221
* @param format
222222
* the CSVFormat used for CSV parsing. Must not be null.
223223
* @return a new CSVParser configured with the given reader and format.
@@ -241,7 +241,7 @@ public static CSVParser parse(final InputStream inputStream, final Charset chars
241241
* @param path
242242
* a CSV file. Must not be null.
243243
* @param charset
244-
* A Charset
244+
* The Charset to decode the given file.
245245
* @param format
246246
* the CSVFormat used for CSV parsing. Must not be null.
247247
* @return a new parser

0 commit comments

Comments
 (0)