Skip to content

Commit 7e194a0

Browse files
committed
Fix checkstyle issue
1 parent 86b6171 commit 7e194a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/condition/ConditionalOnBooleanPropertyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ private void load(Class<?> config, String... environment) {
151151
.run();
152152
}
153153

154-
static abstract class BeanConfiguration {
154+
abstract static class BeanConfiguration {
155155

156156
@Bean
157157
String foo() {

0 commit comments

Comments
 (0)