Skip to content

Commit

Permalink
@code to @link
Browse files Browse the repository at this point in the history
  • Loading branch information
ikhoon committed Jul 2, 2022
1 parent 1ffbeb8 commit eba5255
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -151,7 +151,7 @@ static EndpointGroup of(EndpointSelectionStrategy selectionStrategy,
* If an {@link Endpoint} is not resolved by this {@link EndpointGroup} within the timeout, a null value
* will be returned by {@link EndpointSelector#select(ClientRequestContext, ScheduledExecutorService)}.
* The null {@link Endpoint} may cause a client request end with
* an {@code EndpointSelectionTimeoutException} if no {@link RetryingClient} is configured.
* an {@link EndpointSelectionTimeoutException} if no {@link RetryingClient} is configured.
*
* <p>{@code 0} means {@link #selectNow(ClientRequestContext)} should always return an {@link Endpoint}.
*/
Expand Down

0 comments on commit eba5255

Please sign in to comment.