Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 966cd20

Browse files
committed
[CSV-110] Add ability to parse single lines.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1585496 13f79535-47bb-0310-9956-ffa450edef68
1 parent 51f226d commit 966cd20

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
@@ -435,7 +435,7 @@ public void remove() {
435435
* @throws IOException
436436
* on parse error or input read-failure
437437
*/
438-
CSVRecord nextRecord() throws IOException {
438+
public CSVRecord nextRecord() throws IOException {
439439
CSVRecord result = null;
440440
this.record.clear();
441441
StringBuilder sb = null;

0 commit comments

Comments
 (0)