Fix checkstyle issue
This commit is contained in:
parent
86b6171edc
commit
7e194a0af6
|
@ -151,7 +151,7 @@ class ConditionalOnBooleanPropertyTests {
|
|||
.run();
|
||||
}
|
||||
|
||||
static abstract class BeanConfiguration {
|
||||
abstract static class BeanConfiguration {
|
||||
|
||||
@Bean
|
||||
String foo() {
|
||||
|
|
Loading…
Reference in New Issue