Skip to content

Commit

Permalink
api: Check style fix for Status.UNAVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
SreeramdasLavanya committed Oct 21, 2024
1 parent 401a7d2 commit f388ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/grpc/LoadBalancer.java
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public void handleResolvedAddresses(ResolvedAddresses resolvedAddresses) {
*
* @param resolvedAddresses the resolved server addresses, attributes, and config.
* @return {@code Status.OK} if the resolved addresses were accepted. {@code Status.UNAVAILABLE}
* if rejected.
* if rejected.
*
* @since 1.49.0
*/
Expand Down

0 comments on commit f388ac2

Please sign in to comment.