Javadocs.
This commit is contained in:
parent
b0b36b2267
commit
67e7c55095
|
@ -152,7 +152,7 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
||||||
* @throws IllegalArgumentException
|
* @throws IllegalArgumentException
|
||||||
* If the parameters of the format are inconsistent or if either
|
* If the parameters of the format are inconsistent or if either
|
||||||
* reader or format are null.
|
* reader or format are null.
|
||||||
* @throws UnsupportedEncodingException
|
* @throws UnsupportedEncodingException
|
||||||
* If the named charset is not supported
|
* If the named charset is not supported
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* If there is a problem reading the header or skipping the
|
* If there is a problem reading the header or skipping the
|
||||||
|
|
Loading…
Reference in New Issue