Skip to content

Commit 5ec59af

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1558889 13f79535-47bb-0310-9956-ffa450edef68
1 parent b3553ad commit 5ec59af

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
@@ -320,6 +320,8 @@ public List<CSVRecord> getRecords() throws IOException {
320320

321321
/**
322322
* Initializes the name to index mapping if the format defines a header.
323+
*
324+
* @return null if the format has no header.
323325
*/
324326
private Map<String, Integer> initializeHeader() throws IOException {
325327
Map<String, Integer> hdrMap = null;

0 commit comments

Comments
 (0)