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 205ada8f Normalize setter Javadoc
205ada8f is described below

commit 205ada8f77cd998dce45061fb6c632e8e9b46ccd
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Oct 31 07:04:14 2023 -0400

    Normalize setter Javadoc
---
 src/main/java/org/apache/commons/dbcp2/BasicDataSource.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java 
b/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
index b41cdfe0..ffb1df06 100644
--- a/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
+++ b/src/main/java/org/apache/commons/dbcp2/BasicDataSource.java
@@ -2127,7 +2127,7 @@ public class BasicDataSource implements DataSource, 
BasicDataSourceMXBean, MBean
      * <strong>BasicDataSource does NOT support this method. </strong>
      *
      * <p>
-     * Set the login timeout (in seconds) for connecting to the database.
+     * Sets the login timeout (in seconds) for connecting to the database.
      * </p>
      * <p>
      * Calls {@link #createDataSource()}, so has the side effect of 
initializing the connection pool.

Reply via email to