Skip to content

Commit 83df300

Browse files
committed
Correct JavaDoc that was pointing to method parseFile which has moved to the Parser
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610473 13f79535-47bb-0310-9956-ffa450edef68
1 parent 13f5a0a commit 83df300

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@
5959
* </pre>
6060
*
6161
* <p>
62-
* The {@link CSVRecord} provides static methods to parse other input types, for example:
62+
* The {@link CSVParser} provides static methods to parse other input types, for example:
6363
* </p>
6464
*
65-
* <pre>CSVParser parser = CSVFormat.parseFile(file, CSVFormat.EXCEL);</pre>
65+
* <pre>CSVParser parser = CSVParser.parse(file, StandardCharsets.US_ASCII, CSVFormat.EXCEL);</pre>
6666
*
6767
* <h2>Defining formats</h2>
6868
*

0 commit comments

Comments
 (0)