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

commit 35d620a6156313458b63ac637aeadfb2313ceb44
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Nov 11 16:12:35 2023 -0500

    Javadoc
---
 .../java/org/apache/commons/dbcp2/managed/LocalXAConnectionFactory.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/dbcp2/managed/LocalXAConnectionFactory.java 
b/src/main/java/org/apache/commons/dbcp2/managed/LocalXAConnectionFactory.java
index ecda3e76..8d4e2c87 100644
--- 
a/src/main/java/org/apache/commons/dbcp2/managed/LocalXAConnectionFactory.java
+++ 
b/src/main/java/org/apache/commons/dbcp2/managed/LocalXAConnectionFactory.java
@@ -59,7 +59,7 @@ public class LocalXAConnectionFactory implements 
XAConnectionFactory {
         private boolean originalAutoCommit; // @GuardedBy("this")
 
         /**
-         * Construct a new instance for a given connection.
+         * Constructs a new instance for a given connection.
          *
          * @param localTransaction A connection.
          */

Reply via email to