Skip to content

Commit b351ba8

Browse files
committed
Javadoc: Use semantic tag <strong> instead of style tag <b>
1 parent a70b0bc commit b351ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/commons/csv/CSVFormat.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,7 @@ public CSVFormat getFormat() {
10791079
/**
10801080
* Default MongoDB CSV format used by the {@code mongoexport} operation.
10811081
* <p>
1082-
* <b>Parsing is not supported yet.</b>
1082+
* <strong>Parsing is not supported yet.</strong>
10831083
* </p>
10841084
*
10851085
* <p>
@@ -1121,7 +1121,7 @@ public CSVFormat getFormat() {
11211121
/**
11221122
* Default MongoDB TSV format used by the {@code mongoexport} operation.
11231123
* <p>
1124-
* <b>Parsing is not supported yet.</b>
1124+
* <strong>Parsing is not supported yet.</strong>
11251125
* </p>
11261126
*
11271127
* <p>

0 commit comments

Comments
 (0)