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 cd735872 Javadoc cd735872 is described below commit cd73587241ff5bd16858ddd3bd8cb953e4b699de Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Sun May 4 08:50:26 2025 -0400 Javadoc --- src/test/java/org/apache/commons/dbcp2/TestJndi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/dbcp2/TestJndi.java b/src/test/java/org/apache/commons/dbcp2/TestJndi.java index 7ba37c16..c3f6e318 100644 --- a/src/test/java/org/apache/commons/dbcp2/TestJndi.java +++ b/src/test/java/org/apache/commons/dbcp2/TestJndi.java @@ -72,7 +72,7 @@ public class TestJndi { } /** - * Retrieves (or creates if it does not exist) an InitialContext. + * Gets (or creates if it does not exist) an InitialContext. * * @return the InitialContext. * @throws NamingException if the InitialContext cannot be retrieved