git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1558889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2014-01-16 19:07:07 +00:00
parent b3553addb7
commit 5ec59afdda
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
/**
* Initializes the name to index mapping if the format defines a header.
*
* @return null if the format has no header.
*/
private Map<String, Integer> initializeHeader() throws IOException {
Map<String, Integer> hdrMap = null;