Commit f38e43a4 by Spencer Gibb

polish

parent cb8b9363
...@@ -125,7 +125,6 @@ public class FeignClientOverrideDefaultsTests { ...@@ -125,7 +125,6 @@ public class FeignClientOverrideDefaultsTests {
} }
@Configuration
public static class FooConfiguration { public static class FooConfiguration {
@Bean @Bean
public Decoder feignDecoder() { public Decoder feignDecoder() {
...@@ -154,7 +153,6 @@ public class FeignClientOverrideDefaultsTests { ...@@ -154,7 +153,6 @@ public class FeignClientOverrideDefaultsTests {
String get(); String get();
} }
@Configuration
public static class BarConfiguration { public static class BarConfiguration {
@Bean @Bean
Logger.Level feignLevel() { Logger.Level feignLevel() {
......
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