mirror of https://github.com/grpc/grpc-java.git
core: Delete stale SuppressWarnings("deprecated") for ATTR_LOAD_BALANCING_CONFIG (#11982)
ATTR_LOAD_BALANCING_CONFIG was deleted in bf7a42dbd.
This commit is contained in:
parent
c28a7e3e06
commit
8ca7c4ef1f
|
|
@ -40,8 +40,6 @@ import java.util.List;
|
|||
import java.util.Map;
|
||||
import javax.annotation.Nullable;
|
||||
|
||||
// TODO(creamsoup) fully deprecate LoadBalancer.ATTR_LOAD_BALANCING_CONFIG
|
||||
@SuppressWarnings("deprecation")
|
||||
public final class AutoConfiguredLoadBalancerFactory {
|
||||
|
||||
private final LoadBalancerRegistry registry;
|
||||
|
|
|
|||
Loading…
Reference in New Issue