We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84cbe20 commit 069a1beCopy full SHA for 069a1be
src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java
@@ -57,7 +57,7 @@
57
* {@link #preparePool preparePool}, {@link #addObject addObject} or
58
* {@link #borrowObject borrowObject} methods. Each time a new key value is
59
* provided to one of these methods, a sub-new pool is created under the given
60
- * key to be managed by the containing {@code GenericKeyedObjectPool.}
+ * key to be managed by the containing {@code GenericKeyedObjectPool}.
61
* </p>
62
* <p>
63
* Note that the current implementation uses a ConcurrentHashMap which uses
0 commit comments