Skip to content

Commit b852c78

Browse files
committed
Fix Javadoc typos
1 parent b6ceed2 commit b852c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* {@link #preparePool preparePool}, {@link #addObject addObject} or
5959
* {@link #borrowObject borrowObject} methods. Each time a new key value is
6060
* provided to one of these methods, a sub-new pool is created under the given
61-
* key to be managed by the containing {@code GenericKeyedObjectPool.}
61+
* key to be managed by the containing {@code GenericKeyedObjectPool}.
6262
* </p>
6363
* <p>
6464
* Note that the current implementation uses a ConcurrentHashMap which uses
@@ -1288,7 +1288,7 @@ private boolean hasBorrowWaiters() {
12881288
* {@inheritDoc}
12891289
* <p>
12901290
* Activation of this method decrements the active count associated with
1291-
* the given keyed pool and attempts to destroy {@code obj.}
1291+
* the given keyed pool and attempts to destroy {@code obj}.
12921292
* </p>
12931293
*
12941294
* @param key pool key
@@ -1307,7 +1307,7 @@ public void invalidateObject(final K key, final T obj) throws E {
13071307
* {@inheritDoc}
13081308
* <p>
13091309
* Activation of this method decrements the active count associated with
1310-
* the given keyed pool and attempts to destroy {@code obj.}
1310+
* the given keyed pool and attempts to destroy {@code obj}.
13111311
* </p>
13121312
*
13131313
* @param key pool key

0 commit comments

Comments
 (0)