We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 930bc79 commit 6471196Copy full SHA for 6471196
1 file changed
src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -281,7 +281,7 @@ public Iterator<String> iterator() {
281
/**
282
* Puts all values of this record into the given Map.
283
*
284
- * @param <M> the map type.
+ * @param <M> The map type.
285
* @param map The Map to populate.
286
* @return the given map.
287
* @since 1.9.0
0 commit comments