git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1610486 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2014-07-14 19:10:56 +00:00
parent 07fa2fd0d6
commit 6eac37b28d
1 changed files with 1 additions and 1 deletions

View File

@ -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;