Skip to content

Commit 67e7c55

Browse files
committed
Javadocs.
1 parent b0b36b2 commit 67e7c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
152152
* @throws IllegalArgumentException
153153
* If the parameters of the format are inconsistent or if either
154154
* reader or format are null.
155-
* @throws UnsupportedEncodingException
155+
* @throws UnsupportedEncodingException
156156
* If the named charset is not supported
157157
* @throws IOException
158158
* If there is a problem reading the header or skipping the

0 commit comments

Comments
 (0)