Skip to content

Commit bc4553f

Browse files
committed
fix checkstyle
1 parent eb8dd89 commit bc4553f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoconfigure/src/test/java/io/freefair/spring/okhttp/DurationPropertiesIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public void getWriteTimeout() {
4646

4747
@SpringBootConfiguration
4848
@EnableConfigurationProperties(OkHttpProperties.class)
49-
public static class Config {
49+
static class Config {
5050
}
5151
}

0 commit comments

Comments
 (0)