Commit 615d860f by Mathias Düsterhöft

typo fixed

parent 074b2e6e
...@@ -855,7 +855,7 @@ Creating a bean of one of those type and placing it in a `@FeignClient` configur ...@@ -855,7 +855,7 @@ Creating a bean of one of those type and placing it in a `@FeignClient` configur
@Configuration @Configuration
public class FooConfiguration { public class FooConfiguration {
@Bean @Bean
public Contract feignContractg() { public Contract feignContract() {
return new feign.Contract.Default(); return new feign.Contract.Default();
} }
......
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