Skip to content

Commit 069a1be

Browse files
committed
Fix Javadoc typos
1 parent 84cbe20 commit 069a1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/commons/pool2/impl/GenericKeyedObjectPool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
* {@link #preparePool preparePool}, {@link #addObject addObject} or
5858
* {@link #borrowObject borrowObject} methods. Each time a new key value is
5959
* 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.}
60+
* key to be managed by the containing {@code GenericKeyedObjectPool}.
6161
* </p>
6262
* <p>
6363
* Note that the current implementation uses a ConcurrentHashMap which uses

0 commit comments

Comments
 (0)