Skip to content

Commit 6eac37b

Browse files
committed
Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610486 13f79535-47bb-0310-9956-ffa450edef68
1 parent 07fa2fd commit 6eac37b

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
@@ -495,7 +495,7 @@ public String[] getHeader() {
495495
* Specifies whether empty headers are ignored when parsing the header line.
496496
*
497497
* @return <tt>true</tt> if headers are ignored when parsing the header line, <tt>false</tt> to throw an
498-
* {@link IllegalArgumentException}..
498+
* {@link IllegalArgumentException}.
499499
*/
500500
public boolean getIgnoreEmptyHeaders() {
501501
return ignoreEmptyHeaders;

0 commit comments

Comments
 (0)