This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push: new 1054469e Javadoc 1054469e is described below commit 1054469e9959d2fc8b3ac6db0167871e13d5d686 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 6 09:15:16 2025 -0400 Javadoc --- src/main/java/org/apache/commons/csv/CSVRecord.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/apache/commons/csv/CSVRecord.java b/src/main/java/org/apache/commons/csv/CSVRecord.java index c04725af..4fcd6362 100644 --- a/src/main/java/org/apache/commons/csv/CSVRecord.java +++ b/src/main/java/org/apache/commons/csv/CSVRecord.java @@ -359,9 +359,9 @@ public final class CSVRecord implements Serializable, Iterable<String> { } /** - * Gets the values for this record. This is not a copy. + * Gets the values for this record. This is <strong>not</strong> a copy. * - * @return the values for this record. + * @return the values for this record, never null. * @since 1.10.0 */ public String[] values() {