Fix typo
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07fa2fd0d6
commit
6eac37b28d
|
@ -495,7 +495,7 @@ public final class CSVFormat implements Serializable {
|
|||
* Specifies whether empty headers are ignored when parsing the header line.
|
||||
*
|
||||
* @return <tt>true</tt> if headers are ignored when parsing the header line, <tt>false</tt> to throw an
|
||||
* {@link IllegalArgumentException}..
|
||||
* {@link IllegalArgumentException}.
|
||||
*/
|
||||
public boolean getIgnoreEmptyHeaders() {
|
||||
return ignoreEmptyHeaders;
|
||||
|
|
Loading…
Reference in New Issue