Skip to content

Commit a84668e

Browse files
committed
Revert.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1585716 13f79535-47bb-0310-9956-ffa450edef68
1 parent 966cd20 commit a84668e

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-
public CSVRecord nextRecord() throws IOException {
438+
CSVRecord nextRecord() throws IOException {
439439
CSVRecord result = null;
440440
this.record.clear();
441441
StringBuilder sb = null;

0 commit comments

Comments
 (0)