This is an automated email from the ASF dual-hosted git repository.
sebb 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 8ee25922 Spelling
8ee25922 is described below
commit 8ee25922bba4db50a82937d017bf535026d32753
Author: Sebb <[email protected]>
AuthorDate: Fri Jul 7 22:43:05 2023 +0100
Spelling
---
src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
index 2ac96297..0f8a275d 100644
--- a/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
+++ b/src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -126,7 +126,7 @@ public class GenericKeyedObjectPool<K, T, E extends
Exception> extends BaseGener
private final AtomicLong numInterested = new AtomicLong();
/**
- * Constructs a new ObjecDeque with the given fairness policy.
+ * Constructs a new ObjectDeque with the given fairness policy.
* @param fairness true means client threads waiting to borrow /
return instances
* will be served as if waiting in a FIFO queue.
*/