This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new b332f8f4 Fix typos in comments b332f8f4 is described below commit b332f8f47a5c8d2ef07827ce62f7a543d17fdae8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Aug 21 09:19:38 2024 -0400 Fix typos in comments --- src/main/java/org/apache/commons/pool2/proxy/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/pool2/proxy/package-info.java b/src/main/java/org/apache/commons/pool2/proxy/package-info.java index 60c988a4..e9d028b4 100644 --- a/src/main/java/org/apache/commons/pool2/proxy/package-info.java +++ b/src/main/java/org/apache/commons/pool2/proxy/package-info.java @@ -21,7 +21,7 @@ * The <code>org.apache.commons.pool2.proxy</code> package defines a * object pool that wraps all objects returned to clients. This allows it * to disable those proxies when the objects are returned thereby enabling - * the continued use of those objects by clients to be detected.. + * the continued use of those objects by clients to be detected. * </p> * <p> * Support is provided for <code>java.lang.reflect.Proxy</code> and for