Skip to content

Commit 4b57058

Browse files
committed
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
1 parent 105f907 commit 4b57058

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ public static CSVParser parseString(String string, final CSVFormat format) throw
201201
* @param charset
202202
* the charset for the resource, if {@code null}, uses {@code UTF-8}. UTF-8 is one of the encodings
203203
* required by the Java specification.
204-
* @param classLoader
205-
* the class loader to load the resource.
206204
* @param format
207205
* the CSVFormat used for CSV parsing
208206
* @return a new parser

0 commit comments

Comments
 (0)