Skip to content

Commit 8ca7c4e

Browse files
authored
core: Delete stale SuppressWarnings("deprecated") for ATTR_LOAD_BALANCING_CONFIG (#11982)
ATTR_LOAD_BALANCING_CONFIG was deleted in bf7a42d.
1 parent c28a7e3 commit 8ca7c4e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/main/java/io/grpc/internal/AutoConfiguredLoadBalancerFactory.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
import java.util.Map;
4141
import javax.annotation.Nullable;
4242

43-
// TODO(creamsoup) fully deprecate LoadBalancer.ATTR_LOAD_BALANCING_CONFIG
44-
@SuppressWarnings("deprecation")
4543
public final class AutoConfiguredLoadBalancerFactory {
4644

4745
private final LoadBalancerRegistry registry;

0 commit comments

Comments
 (0)