Skip to content

Commit

Permalink
resolve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
brycezhongqing committed Nov 20, 2023
1 parent d2e2ca5 commit 9c77acd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public DualReadLoadBalancer(LoadBalancerWithFacilities oldLb, LoadBalancerWithFa
@Nonnull DualReadStateManager dualReadStateManager)
{
this(oldLb, newLb, dualReadStateManager, null);
LOG.warn("Deprecated DualReadLoadBalancer constructor used without a threadpool");
}

public DualReadLoadBalancer(LoadBalancerWithFacilities oldLb, LoadBalancerWithFacilities newLb,
Expand Down

0 comments on commit 9c77acd

Please sign in to comment.