Skip to content

Commit 6e64bec

Browse files
committed
Fix Javadoc for org.apache.commons.csv.CSVParser.parse(File, Charset,
CSVFormat). GitHub PR apache#13.
1 parent f05b653 commit 6e64bec

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
138138
/**
139139
* Creates a parser for the given {@link File}.
140140
*
141-
* <p><strong>Note:</strong> This method internally creates a FileReader using
142-
* {@link java.io.FileReader#FileReader(java.io.File)} which in turn relies on the default encoding of the JVM that
143-
* is executing the code. If this is insufficient create a URL to the file and use
144-
* {@link #parse(URL, Charset, CSVFormat)}</p>
145-
*
146141
* @param file
147142
* a CSV file. Must not be null.
148143
* @param charset

0 commit comments

Comments
 (0)