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

commit 9f042f78d9fc77ad4cd19cd68d15daf3ce93c6e2
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 15:08:58 2026 -0500

    Remove dead comment
---
 src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java 
b/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
index 1e99e358..d807bfb7 100644
--- a/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
@@ -351,7 +351,6 @@ public abstract class BaseGenericObjectPool<T> extends 
BaseObject implements Aut
 
     }
 
-    // Constants
     /**
      * The size of the caches used to store historical data for some attributes
      * so that rolling means may be calculated.

Reply via email to