Skip to content

Commit 9d110a2

Browse files
authored
CSV-223 Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL
Javadoc amended, addressing https://issues.apache.org/jira/browse/CSV-223
1 parent eede739 commit 9d110a2

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
@@ -268,7 +268,7 @@ public CSVFormat getFormat() {
268268
* </ul>
269269
* <p>
270270
* Note: this is currently like {@link #RFC4180} plus {@link #withAllowMissingColumnNames(boolean)
271-
* withAllowMissingColumnNames(true)}.
271+
* withAllowMissingColumnNames(true)} and {@link #withIgnoreEmptyLines(boolean) withIgnoreEmptyLines(false)}.
272272
* </p>
273273
*
274274
* @see Predefined#Excel

0 commit comments

Comments
 (0)