We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c08ed6c commit b663258Copy full SHA for b663258
src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -76,6 +76,7 @@ public final class CSVRecord implements Serializable, Iterable<String> {
76
this.characterPosition = characterPosition;
77
this.bytePosition = bytePosition;
78
}
79
+
80
/**
81
* Returns a value by {@link Enum}.
82
*
0 commit comments