typo fixed

This commit is contained in:
Mathias Düsterhöft
2016-03-14 11:48:22 +01:00
parent 074b2e6ecb
commit 615d860f82

View File

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