Commit 8c2b186b by Eric Bottard

Fix escaping

parent f682c420
...@@ -572,7 +572,7 @@ Spring Cloud Netflix provides the following beans by default for ribbon ...@@ -572,7 +572,7 @@ Spring Cloud Netflix provides the following beans by default for ribbon
* `IClientConfig` ribbonClientConfig: `DefaultClientConfigImpl` * `IClientConfig` ribbonClientConfig: `DefaultClientConfigImpl`
* `IRule` ribbonRule: `ZoneAvoidanceRule` * `IRule` ribbonRule: `ZoneAvoidanceRule`
* `IPing` ribbonPing: `NoOpPing` * `IPing` ribbonPing: `NoOpPing`
* `ServerList<Server> ribbonServerList: `ConfigurationBasedServerList` * `ServerList<Server>` ribbonServerList: `ConfigurationBasedServerList`
* `ServerListFilter<Server>` ribbonServerListFilter: `ZonePreferenceServerListFilter` * `ServerListFilter<Server>` ribbonServerListFilter: `ZonePreferenceServerListFilter`
* `ILoadBalancer` ribbonLoadBalancer: `ZoneAwareLoadBalancer` * `ILoadBalancer` ribbonLoadBalancer: `ZoneAwareLoadBalancer`
......
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