Skip to content

Commit 7945a4f

Browse files
committed
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1593094 13f79535-47bb-0310-9956-ffa450edef68
1 parent 35d101c commit 7945a4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public Character getEscape() {
441441
/**
442442
* Returns a copy of the header array.
443443
*
444-
* @return a copy of the header array
444+
* @return a copy of the header array; {@code null} if disabled, the empty array if to be read from the file
445445
*/
446446
public String[] getHeader() {
447447
return header != null ? header.clone() : null;

0 commit comments

Comments
 (0)