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-pool.git
The following commit(s) were added to refs/heads/master by this push: new 645c66a0 Javadoc 645c66a0 is described below commit 645c66a0d870de59b8901f8cf78ea2c6456ad076 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 23 10:50:03 2025 -0400 Javadoc --- src/test/java/org/apache/commons/pool3/Waiter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/pool3/Waiter.java b/src/test/java/org/apache/commons/pool3/Waiter.java index 30279dcb..ebb897e2 100644 --- a/src/test/java/org/apache/commons/pool3/Waiter.java +++ b/src/test/java/org/apache/commons/pool3/Waiter.java @@ -117,7 +117,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. */