Skip to content

Commit

Permalink
Add @SInCE (#2313)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuguri8 committed Jun 22, 2022
1 parent 52dc28e commit 231f0c7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -175,6 +175,7 @@ static ConnectionProvider create(String name, int maxConnections) {
*
* @return a new {@link ConnectionProvider} to cache and reuse a fixed maximum
* number of {@link Connection}
* @since 1.0.21
*/
static ConnectionProvider create(String name, int maxConnections, boolean metricsEnabled) {
return builder(name).maxConnections(maxConnections)
Expand Down

0 comments on commit 231f0c7

Please sign in to comment.