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 e8388e5e Javadoc e8388e5e is described below commit e8388e5e0be41882e0acbe019292044f38d22a03 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 23 10:49:39 2025 -0400 Javadoc --- src/test/java/org/apache/commons/pool2/Waiter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/pool2/Waiter.java b/src/test/java/org/apache/commons/pool2/Waiter.java index b5400612..0e0c3499 100644 --- a/src/test/java/org/apache/commons/pool2/Waiter.java +++ b/src/test/java/org/apache/commons/pool2/Waiter.java @@ -125,7 +125,7 @@ public class Waiter { } /** - * Whether or not the instance is active. + * Tests whether or not the instance is active. * * @return true if the last lifecycle event for this instance was activation. */