Skip to content

Commit 6999746

Browse files
committed
Refactor to only have minimal CSVParser constructors in favor of CSVParser factory methods for String, resource path, URL, and File. Update some tests to use the APIs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1508544 13f79535-47bb-0310-9956-ffa450edef68
1 parent 61fdb7a commit 6999746

5 files changed

Lines changed: 246 additions & 98 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,10 @@ public boolean isQuoting() {
452452
/**
453453
* Parses the specified content.
454454
*
455+
* <p>
456+
* See also the various static parse methods on {@link CSVParser}.
457+
* </p>
458+
*
455459
* @param in
456460
* the input stream
457461
* @return a parser over a stream of {@link #CSVRecord}s.

0 commit comments

Comments
 (0)