We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dce781b commit 7ef443cCopy full SHA for 7ef443c
1 file changed
src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -2788,7 +2788,7 @@ public CSVFormat withEscape(final Character escape) {
2788
* .get();
2789
* </pre>
2790
*
2791
- * <p><b>Note:</b> Any previously set headers are reset to empty.
+ * <p>Any previously set headers are reset to empty.
2792
* The resulting format will have {@code skipHeaderRecord = true}.</p>
2793
2794
* @return A new CSVFormat that is equal to this but using the first record as header.
0 commit comments