Skip to content

Commit d8f20dd

Browse files
committed
Fix style; more precise language
1 parent 93ef6f9 commit d8f20dd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -418,10 +418,8 @@ public void handleSubchannelState(
418418
* <p>This method should always return a constant value. It's not specified when this will be
419419
* called.
420420
*
421-
* <p>
422-
* Note that this method is only called when the deprecated
423-
* {@code handleResolvedAddresses()}
424-
* is overwritten.
421+
* <p>Note that this method is only called when implementing {@code handleResolvedAddresses()}
422+
* instead of {@code acceptResolvedAddresses()}.
425423
*
426424
* @deprecated Instead of overwriting this and {@code handleResolvedAddresses()}, only
427425
* overwrite {@code acceptResolvedAddresses()} which indicates if the addresses provided

0 commit comments

Comments
 (0)