Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seonWKim committed Mar 6, 2024
1 parent c9b85ba commit f0fd084
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,8 @@ public ClientFactoryBuilder connectionDrainDuration(Duration duration) {

/**
* Sets the graceful connection shutdown drain duration in milliseconds. When the client factory is closed,
* it waits for the specified {@code duration} to allow pre-existing connections to be closed gracefully.
* it waits for the specified {@code clientConnectionDrainDurationMillis} to allow pre-existing connections
* to be closed gracefully.
*/
public ClientFactoryBuilder clientConnectionDrainDurationMillis(
long clientConnectionDrainDurationMillis) {
Expand Down

0 comments on commit f0fd084

Please sign in to comment.