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 0dfd1150 Javadoc 0dfd1150 is described below commit 0dfd11502398232efa8d02193779d6fe26a40566 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Dec 14 10:30:11 2023 -0500 Javadoc --- src/main/java/org/apache/commons/pool2/PoolUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/pool2/PoolUtils.java b/src/main/java/org/apache/commons/pool2/PoolUtils.java index 5345d7dd..bf72cfd5 100644 --- a/src/main/java/org/apache/commons/pool2/PoolUtils.java +++ b/src/main/java/org/apache/commons/pool2/PoolUtils.java @@ -1032,7 +1032,7 @@ public final class PoolUtils { */ private final ReentrantReadWriteLock readWriteLock = new ReentrantReadWriteLock(); - /** the underlying object pool */ + /** The underlying object pool */ private final ObjectPool<T> pool; /**