Skip to content

Commit 4144674

Browse files
committed
Clearify the meaning of isConsistent
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610761 13f79535-47bb-0310-9956-ffa450edef68
1 parent fed4161 commit 4144674

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,12 @@ public long getRecordNumber() {
130130
}
131131

132132
/**
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.
133+
* Tells whether the record size matches the header size.
134+
*
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>
135139
*
136140
* @return true of this record is valid, false if not
137141
*/

0 commit comments

Comments
 (0)