git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1560088 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-01-21 16:51:53 +00:00
parent 228268310b
commit 011510efbd

View File

@ -203,7 +203,7 @@ public final class CSVRecord implements Serializable, Iterable<String> {
} }
/** /**
* Converts this record into a Map. * Copies this record into a new Map. The new map is not connect
* *
* @return A new Map. The map is empty if the record has no headers. * @return A new Map. The map is empty if the record has no headers.
*/ */