Skip to content

Commit 6edec88

Browse files
committed
Fix missed doc mentioning UNAVAILABLE
1 parent 361c4b8 commit 6edec88

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

api/src/main/java/io/grpc/LoadBalancer.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ public void handleResolvedAddresses(ResolvedAddresses resolvedAddresses) {
180180
* EquivalentAddressGroup} addresses should be considered equivalent but may be flattened into a
181181
* single list if needed.
182182
*
183-
* <p>Implementations can choose to reject the given addresses by returning
184-
* {@code Status.UNAVAILABLE}.
185-
*
186183
* @param resolvedAddresses the resolved server addresses, attributes, and config
187184
* @return {@code Status.OK} if the resolved addresses were accepted, otherwise an error to report
188185
* to the name resolver

0 commit comments

Comments
 (0)