This is an automated email from the ASF dual-hosted git repository.

garydgregory 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 6471196a Javadoc
6471196a is described below

commit 6471196a31d9ea92942a634732e5350ef5253fcf
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jun 30 13:58:31 2026 +0000

    Javadoc
---
 src/main/java/org/apache/commons/csv/CSVRecord.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/csv/CSVRecord.java 
b/src/main/java/org/apache/commons/csv/CSVRecord.java
index 502bf318..8dab14d9 100644
--- a/src/main/java/org/apache/commons/csv/CSVRecord.java
+++ b/src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -281,7 +281,7 @@ public final class CSVRecord implements Serializable, 
Iterable<String> {
     /**
      * Puts all values of this record into the given Map.
      *
-     * @param <M> the map type.
+     * @param <M> The map type.
      * @param map The Map to populate.
      * @return the given map.
      * @since 1.9.0

Reply via email to