Skip to content

Commit 0386265

Browse files
committed
Removing newline
1 parent 5e2bcc5 commit 0386265

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/modules/ROOT/pages/spring-cloud-openfeign.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,6 @@ We discourage using Feign clients in the early stages of application lifecycle,
933933
Similarly, depending on how you are using your Feign clients, you may see initialization errors when starting your application. To work around this problem you can use an `ObjectProvider` when autowiring your client.
934934

935935
[source,java,indent=0]
936-
937936
----
938937
@Autowired
939938
ObjectProvider<TestFeignClient> testFeignClient;

0 commit comments

Comments
 (0)