Skip to content

Commit 011510e

Browse files
committed
Javdoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1560088 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2282683 commit 011510e

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
@@ -203,7 +203,7 @@ private List<String> toList() {
203203
}
204204

205205
/**
206-
* Converts this record into a Map.
206+
* Copies this record into a new Map. The new map is not connect
207207
*
208208
* @return A new Map. The map is empty if the record has no headers.
209209
*/

0 commit comments

Comments
 (0)