Skip to content

Commit a775784

Browse files
committed
Javadoc fix.
1 parent b1e5d93 commit a775784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public static CSVParser parse(final File file, final Charset charset, final CSVF
165165
* call {@link #close()} on the parser, unless you close the {@code reader}.
166166
* </p>
167167
*
168-
* @param reader
169-
* a Reader containing CSV-formatted input. Must not be null.
168+
* @param inputStream
169+
* an InputStream containing CSV-formatted input. Must not be null.
170170
* @param charset
171171
* a Charset.
172172
* @param format

0 commit comments

Comments
 (0)