Remove doc for non-existent parameter
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1509260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
105f907767
commit
4b57058ebb
|
@ -201,8 +201,6 @@ public class CSVParser implements Iterable<CSVRecord>, Closeable {
|
|||
* @param charset
|
||||
* the charset for the resource, if {@code null}, uses {@code UTF-8}. UTF-8 is one of the encodings
|
||||
* required by the Java specification.
|
||||
* @param classLoader
|
||||
* the class loader to load the resource.
|
||||
* @param format
|
||||
* the CSVFormat used for CSV parsing
|
||||
* @return a new parser
|
||||
|
|
Loading…
Reference in New Issue