This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new b351ba8b Javadoc: Use semantic tag <strong> instead of style tag <b>
b351ba8b is described below

commit b351ba8be0a556b6cce32184ff070d1299aec7c0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Nov 15 11:09:50 2024 -0500

    Javadoc: Use semantic tag <strong> instead of style tag <b>
---
 src/main/java/org/apache/commons/csv/CSVFormat.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/commons/csv/CSVFormat.java 
b/src/main/java/org/apache/commons/csv/CSVFormat.java
index 8205f4c4..743e3056 100644
--- a/src/main/java/org/apache/commons/csv/CSVFormat.java
+++ b/src/main/java/org/apache/commons/csv/CSVFormat.java
@@ -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>

Reply via email to