Skip to content

Commit

Permalink
Update core/src/main/java/com/linecorp/armeria/client/ClientFactoryBu…
Browse files Browse the repository at this point in the history
…ilder.java
  • Loading branch information
ikhoon authored Dec 10, 2024
1 parent bcd1c13 commit 5a0acd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ public ClientFactoryBuilder connectionPoolListener(ConnectionPoolListener connec
*
* <p>If {@code autoClose} is true, {@link ConnectionPoolListener#close()} will be automatically called when
* the {@link ClientFactory} is closed. Otherwise, you need to close it manually. {@code autoClose} is
* enabled by default
* enabled by default.
*
*/
public ClientFactoryBuilder connectionPoolListener(
Expand Down

0 comments on commit 5a0acd0

Please sign in to comment.