We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8ac660 commit 235f931Copy full SHA for 235f931
1 file changed
src/main/java/org/apache/commons/csv/CSVRecord.java
@@ -263,8 +263,8 @@ public Iterator<String> iterator() {
263
/**
264
* Puts all values of this record into the given Map.
265
*
266
- * @param map
267
- * The Map to populate.
+ * @param <M> the map type
+ * @param map The Map to populate.
268
* @return the given map.
269
* @since 1.9
270
*/
0 commit comments