Skip to content

Commit 235f931

Browse files
committed
Javadoc generic map type M
1 parent b8ac660 commit 235f931

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ public Iterator<String> iterator() {
263263
/**
264264
* Puts all values of this record into the given Map.
265265
*
266-
* @param map
267-
* The Map to populate.
266+
* @param <M> the map type
267+
* @param map The Map to populate.
268268
* @return the given map.
269269
* @since 1.9
270270
*/

0 commit comments

Comments
 (0)