Javadoc: Use semantic tag <strong> instead of style tag <b>

This commit is contained in:
Gary Gregory 2024-11-15 11:09:50 -05:00
parent a70b0bc0c6
commit b351ba8be0

View File

@ -1079,7 +1079,7 @@ public final class CSVFormat implements Serializable {
/**
* Default MongoDB CSV format used by the {@code mongoexport} operation.
* <p>
* <b>Parsing is not supported yet.</b>
* <strong>Parsing is not supported yet.</strong>
* </p>
*
* <p>
@ -1121,7 +1121,7 @@ public final class CSVFormat implements Serializable {
/**
* Default MongoDB TSV format used by the {@code mongoexport} operation.
* <p>
* <b>Parsing is not supported yet.</b>
* <strong>Parsing is not supported yet.</strong>
* </p>
*
* <p>