From af094d0bfcdc1619c807bf29c8d5e7ab86156cc1 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Tue, 2 Oct 2018 16:41:14 -0400 Subject: [PATCH] Remove rogue content in docs --- docs/src/main/asciidoc/spring-cloud-openfeign.adoc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc index 28f26e97..aa9282e7 100644 --- a/docs/src/main/asciidoc/spring-cloud-openfeign.adoc +++ b/docs/src/main/asciidoc/spring-cloud-openfeign.adoc @@ -425,12 +425,4 @@ public class FooConfiguration { return Logger.Level.FULL; } } ----- - OtherClass.someMethod(myprop.get()); - } -} -stripped). The proxy uses Ribbon to locate an instance to forward to -via discovery, and all requests are executed in a -<>, so -failures will show up in Hystrix metrics, and once the circuit is open -the proxy will not try to contact the service. +---- \ No newline at end of file