Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1558889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3553addb7
commit
5ec59afdda
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue