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 e5c8f49 commit 1054469Copy full SHA for 1054469
src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -359,9 +359,9 @@ public String toString() {
359
}
360
361
/**
362
- * Gets the values for this record. This is not a copy.
+ * Gets the values for this record. This is <strong>not</strong> a copy.
363
*
364
- * @return the values for this record.
+ * @return the values for this record, never null.
365
* @since 1.10.0
366
*/
367
public String[] values() {
0 commit comments