Skip to content

Commit 1054469

Browse files
committed
Javadoc
1 parent e5c8f49 commit 1054469

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,9 @@ public String toString() {
359359
}
360360

361361
/**
362-
* Gets the values for this record. This is not a copy.
362+
* Gets the values for this record. This is <strong>not</strong> a copy.
363363
*
364-
* @return the values for this record.
364+
* @return the values for this record, never null.
365365
* @since 1.10.0
366366
*/
367367
public String[] values() {

0 commit comments

Comments
 (0)