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

commit b1f6eb02b6797d83fe8d4303ee3fe5b4e0bc8a47
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 15:10:17 2026 -0500

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

diff --git 
a/src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java 
b/src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java
index 6f03e548..1b4cf354 100644
--- a/src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java
+++ b/src/main/java/org/apache/commons/pool3/impl/BaseGenericObjectPool.java
@@ -352,7 +352,6 @@ public abstract class BaseGenericObjectPool<T, E extends 
Exception> extends Base
 
     }
 
-    // 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