Skip to content

Commit 3740067

Browse files
committed
Document contents of headerMap
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1522870 13f79535-47bb-0310-9956-ffa450edef68
1 parent 23898d6 commit 3740067

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ public static CSVParser parse(URL url, Charset charset, final CSVFormat format)
197197
// the following objects are shared to reduce garbage
198198

199199
private final CSVFormat format;
200+
201+
/** A mapping of column names to column indices */
200202
private final Map<String, Integer> headerMap;
201203

202204
private final Lexer lexer;

0 commit comments

Comments
 (0)