Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Javadoc
  • Loading branch information
garydgregory authored Mar 2, 2026
commit 7ef443c93d6fd34432f4d04d19a34a815a1ae97d
2 changes: 1 addition & 1 deletion src/main/java/org/apache/commons/csv/CSVFormat.java
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@ public CSVFormat withEscape(final Character escape) {
* .get();
* </pre>
*
* <p><b>Note:</b> Any previously set headers are reset to empty.
* <p>Any previously set headers are reset to empty.
* The resulting format will have {@code skipHeaderRecord = true}.</p>
*
* @return A new CSVFormat that is equal to this but using the first record as header.
Expand Down
Loading