Skip to content

Commit 4215230

Browse files
committed
CSV content can also be parsed partly into memory, if records have already been consumed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522862 13f79535-47bb-0310-9956-ffa450edef68
1 parent 497d3cb commit 4215230

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* customising CSVFormats is available in {@link CSVFormat CSVFormat JavaDoc}.
9191
* </p>
9292
*
93-
* <h4>Parsing completely into memory</h4>
93+
* <h4>Parsing into memory</h4>
9494
* <p>
9595
* If parsing record wise is not desired, the contents of the input can be read completely into memory.
9696
* </p>

0 commit comments

Comments
 (0)