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:
Sebastian Bazley 2013-08-01 14:38:17 +00:00
parent 105f907767
commit 4b57058ebb
1 changed files with 0 additions and 2 deletions

View File

@ -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