There was an error while loading. Please reload this page.
1 parent 93ef6f9 commit d8f20ddCopy full SHA for d8f20dd
1 file changed
api/src/main/java/io/grpc/LoadBalancer.java
@@ -418,10 +418,8 @@ public void handleSubchannelState(
418
* <p>This method should always return a constant value. It's not specified when this will be
419
* called.
420
*
421
- * <p>
422
- * Note that this method is only called when the deprecated
423
- * {@code handleResolvedAddresses()}
424
- * is overwritten.
+ * <p>Note that this method is only called when implementing {@code handleResolvedAddresses()}
+ * instead of {@code acceptResolvedAddresses()}.
425
426
* @deprecated Instead of overwriting this and {@code handleResolvedAddresses()}, only
427
* overwrite {@code acceptResolvedAddresses()} which indicates if the addresses provided
0 commit comments