Skip to content

Commit

Permalink
Normalize Javadoc @param formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jun 16, 2024
1 parent efc49ba commit 24f2c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ public Map<String, List<DefaultPooledObjectInfo>> listAllObjects() {
* Registers a key for pool control and ensures that
* {@link #getMinIdlePerKey()} idle instances are created.
*
* @param key - The key to register for pool control.
* @param key The key to register for pool control.
*
* @throws Exception If the associated factory throws an exception
*/
Expand Down

0 comments on commit 24f2c79

Please sign in to comment.