Commit 81bc8331 by Spencer Gibb

removed TODOs that are out of date

parent 01abd6d1
......@@ -64,7 +64,6 @@ public class RibbonClientConfiguration {
@Bean
@ConditionalOnMissingBean
// TODO: move to ribbon.eureka package
public ILoadBalancer ribbonLoadBalancer(IClientConfig config,
ServerListFilter<Server> filter) {
ZoneAwareLoadBalancer<Server> balancer = new ZoneAwareLoadBalancer<>(config);
......
......@@ -38,8 +38,6 @@ import com.netflix.loadbalancer.ZoneAffinityServerListFilter;
@EqualsAndHashCode(callSuper = false)
public class ZonePreferenceServerListFilter extends ZoneAffinityServerListFilter<Server> {
// TODO: move out of ribbon.eureka package since it has nothing specific to eureka
private String zone;
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment