We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed4161 commit 4144674Copy full SHA for 4144674
1 file changed
src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -130,8 +130,12 @@ public long getRecordNumber() {
130
}
131
132
/**
133
- * Returns true if this record is consistent, false if not. Currently, the only check is matching the record size to
134
- * the header size. Some programs can export files that fails this test but still produce parsable files.
+ * Tells whether the record size matches the header size.
+ *
135
+ * <p>
136
+ * Returns true if the sizes for this record match and false if not. Some programs can export files that fail this
137
+ * test but still produce parsable files.
138
+ * </p>
139
*
140
* @return true of this record is valid, false if not
141
*/
0 commit comments