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 1793257 commit f570ef4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,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 E If the associated factory throws an exception
*/
Expand Down

0 comments on commit f570ef4

Please sign in to comment.