Skip to content

Commit 6471196

Browse files
committed
Javadoc
1 parent 930bc79 commit 6471196

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ public Iterator<String> iterator() {
281281
/**
282282
* Puts all values of this record into the given Map.
283283
*
284-
* @param <M> the map type.
284+
* @param <M> The map type.
285285
* @param map The Map to populate.
286286
* @return the given map.
287287
* @since 1.9.0

0 commit comments

Comments
 (0)