Skip to content

Commit 7ef443c

Browse files
authored
Javadoc
1 parent dce781b commit 7ef443c

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
@@ -2788,7 +2788,7 @@ public CSVFormat withEscape(final Character escape) {
27882788
* .get();
27892789
* </pre>
27902790
*
2791-
* <p><b>Note:</b> Any previously set headers are reset to empty.
2791+
* <p>Any previously set headers are reset to empty.
27922792
* The resulting format will have {@code skipHeaderRecord = true}.</p>
27932793
*
27942794
* @return A new CSVFormat that is equal to this but using the first record as header.

0 commit comments

Comments
 (0)