Skip to content

Commit f05b653

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

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,12 +192,7 @@ public static CSVParser parse(final InputStream inputStream, final Charset chars
192192
}
193193

194194
/**
195-
* Creates a parser for the given {@link File}.
196-
*
197-
* <p><strong>Note:</strong> This method internally creates a FileReader using
198-
* {@link java.io.FileReader#FileReader(java.io.File)} which in turn relies on the default encoding of the JVM that
199-
* is executing the code. If this is insufficient create a URL to the file and use
200-
* {@link #parse(URL, Charset, CSVFormat)}</p>
195+
* Creates a parser for the given {@link Path}.
201196
*
202197
* @param path
203198
* a CSV file. Must not be null.

0 commit comments

Comments
 (0)