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 ed1604dc Spelling
ed1604dc is described below
commit ed1604dcb6cdde39b743fd1f7d191b0c4562df76
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Nov 20 19:24:26 2023 -0500
Spelling
---
src/main/java/org/apache/commons/pool3/impl/LinkedBlockingDeque.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/pool3/impl/LinkedBlockingDeque.java
b/src/main/java/org/apache/commons/pool3/impl/LinkedBlockingDeque.java
index 1fd168f7..5cee374b 100644
--- a/src/main/java/org/apache/commons/pool3/impl/LinkedBlockingDeque.java
+++ b/src/main/java/org/apache/commons/pool3/impl/LinkedBlockingDeque.java
@@ -90,7 +90,7 @@ final class LinkedBlockingDeque<E> extends AbstractQueue<E>
/*
* We have "diamond" multiple interface/abstract class inheritance
* here, and that introduces ambiguities. Often we want the
- * BlockingDeque javadoc combined with the AbstractQueue
+ * BlockingDeque Javadoc combined with the AbstractQueue
* implementation, so a lot of method specs are duplicated here.
*/