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-dbcp.git
The following commit(s) were added to refs/heads/master by this push: new 5f7ff5ac Javadoc: Use semantic tag <strong> instead of style tag <b> 5f7ff5ac is described below commit 5f7ff5ac952d6811dc7bcaaf6042be076aff5951 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Nov 15 11:12:36 2024 -0500 Javadoc: Use semantic tag <strong> instead of style tag <b> --- src/main/java/org/apache/commons/dbcp2/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbcp2/package-info.java b/src/main/java/org/apache/commons/dbcp2/package-info.java index 7fbc736a..61d0e38c 100644 --- a/src/main/java/org/apache/commons/dbcp2/package-info.java +++ b/src/main/java/org/apache/commons/dbcp2/package-info.java @@ -19,7 +19,7 @@ * <p> * Database Connection Pool API. * </p> - * <b>Overview in Dialog Form</b> + * <strong>Overview in Dialog Form</strong> * <p> * Q: How do I use the DBCP package? * </p>