From 67e7c55095c4413e1e9e861ce1b68ef8910239af Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 30 Jul 2016 11:00:53 -0700 Subject: [PATCH] Javadocs. --- src/main/java/org/apache/commons/csv/CSVParser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/csv/CSVParser.java b/src/main/java/org/apache/commons/csv/CSVParser.java index 8239a6ba..9533a618 100644 --- a/src/main/java/org/apache/commons/csv/CSVParser.java +++ b/src/main/java/org/apache/commons/csv/CSVParser.java @@ -152,7 +152,7 @@ public final class CSVParser implements Iterable, Closeable { * @throws IllegalArgumentException * If the parameters of the format are inconsistent or if either * reader or format are null. - * @throws UnsupportedEncodingException + * @throws UnsupportedEncodingException * If the named charset is not supported * @throws IOException * If there is a problem reading the header or skipping the