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 33b8917e Javadoc spelling 33b8917e is described below commit 33b8917ef611ae8f544e97ddd38b02348fba2e57 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Nov 26 15:48:00 2023 -0500 Javadoc spelling --- src/main/java/org/apache/commons/dbcp2/datasources/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/dbcp2/datasources/package-info.java b/src/main/java/org/apache/commons/dbcp2/datasources/package-info.java index b228ed9c..e52dba25 100644 --- a/src/main/java/org/apache/commons/dbcp2/datasources/package-info.java +++ b/src/main/java/org/apache/commons/dbcp2/datasources/package-info.java @@ -20,7 +20,7 @@ * This package contains two DataSources: {@code PerUserPoolDataSource} and * {@code SharedPoolDataSource} which provide a database connection pool. * Below are a couple of usage examples. One shows deployment into a JNDI system. - * The other is a simple example initializing the pool using standard java code. + * The other is a simple example initializing the pool using standard Java code. * </p> * * <h2>JNDI</h2>