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 da714d52 Javadoc
da714d52 is described below

commit da714d524d3b93939844e18e19b3959a725869dc
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Jul 21 11:29:37 2024 -0400

    Javadoc
    
    Use HTML 'em' tag instead of 'i' tag
---
 .../java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java    | 2 +-
 src/main/java/org/apache/commons/dbcp2/managed/package-info.java        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java 
b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
index 481acaf3..62815921 100644
--- a/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
+++ b/src/main/java/org/apache/commons/dbcp2/cpdsadapter/DriverAdapterCPDS.java
@@ -700,7 +700,7 @@ public class DriverAdapterCPDS implements 
ConnectionPoolDataSource, Referenceabl
      * <p>
      * When a negative value is supplied,
      * {@code ceil({@link BasicDataSource#getNumIdle})/abs({@link 
#getNumTestsPerEvictionRun})} tests will be run.
-     * I.e., when the value is <i>-n</i>, roughly one <i>n</i>th of the idle 
objects will be tested per run.
+     * I.e., when the value is <em>-n</em>, roughly one <em>n</em>th of the 
idle objects will be tested per run.
      * </p>
      *
      * @param numTestsPerEvictionRun number of statements to examine per run
diff --git a/src/main/java/org/apache/commons/dbcp2/managed/package-info.java 
b/src/main/java/org/apache/commons/dbcp2/managed/package-info.java
index f0bc5210..7e613e7b 100644
--- a/src/main/java/org/apache/commons/dbcp2/managed/package-info.java
+++ b/src/main/java/org/apache/commons/dbcp2/managed/package-info.java
@@ -19,7 +19,7 @@
  * <p>
  * This package provides support for pooling of ManagedConnections. A managed
  * connection is responsible for managing a database connection in a
- * transactional environment (typically called <i>Container Managed</i>).
+ * transactional environment (typically called <em>Container Managed</em>).
  * A managed connection operates like any other connection when no global
  * transaction (a.k.a. XA transaction or JTA Transaction) is in progress.
  * When a global transaction is active a single physical connection to the

Reply via email to