Skip to content

Commit

Permalink
core: Remove useless ExperimentalApi annotation from pick first
Browse files Browse the repository at this point in the history
PickFirstLeafLoadBalancer is in internal and also isn't public.
  • Loading branch information
larry-safran committed Mar 28, 2024
1 parent 569b426 commit 4ef1bad
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import io.grpc.ConnectivityState;
import io.grpc.ConnectivityStateInfo;
import io.grpc.EquivalentAddressGroup;
import io.grpc.ExperimentalApi;
import io.grpc.LoadBalancer;
import io.grpc.Status;
import io.grpc.SynchronizationContext;
Expand All @@ -56,7 +55,6 @@
* io.grpc.NameResolver}. The channel's default behavior is used, which is walking down the address
* list and sticking to the first that works.
*/
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10383")
final class PickFirstLeafLoadBalancer extends LoadBalancer {
private static final Logger log = Logger.getLogger(PickFirstLeafLoadBalancer.class.getName());
@VisibleForTesting
Expand Down

0 comments on commit 4ef1bad

Please sign in to comment.