Skip to content

Commit

Permalink
Fix worng javadoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturobernalg committed Jul 31, 2021
1 parent 74516b5 commit 3d0b598
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -809,7 +809,7 @@ private PooledObject<T> create(final K key) throws Exception {
/**
* De-register the use of a key by an object.
* <p>
* {@link #register()} and {@link #deregister()} must always be used as a pair.
* {@link #register(Object)} and {@link #deregister(Object)} must always be used as a pair.
* </p>
*
* @param k The key to de-register
Expand Down Expand Up @@ -1359,7 +1359,7 @@ public void preparePool(final K key) throws Exception {
/**
* Register the use of a key by an object.
* <p>
* {@link #register()} and {@link #deregister()} must always be used as a pair.
* {@link #register(Object)} and {@link #deregister(Object)} must always be used as a pair.
* </p>
*
* @param k The key to register
Expand Down

0 comments on commit 3d0b598

Please sign in to comment.