Skip to content

Commit 0e3b575

Browse files
committed
Javadoc nits.
1 parent 99be47e commit 0e3b575

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
141141
* @param file
142142
* a CSV file. Must not be null.
143143
* @param charset
144-
* A charset
144+
* A Charset
145145
* @param format
146146
* the CSVFormat used for CSV parsing. Must not be null.
147147
* @return a new parser
@@ -191,7 +191,7 @@ public static CSVParser parse(final InputStream inputStream, final Charset chars
191191
* @param path
192192
* a CSV file. Must not be null.
193193
* @param charset
194-
* A charset
194+
* A Charset
195195
* @param format
196196
* the CSVFormat used for CSV parsing. Must not be null.
197197
* @return a new parser

0 commit comments

Comments
 (0)