Fix checkstyle RedundantModifier test violations
This commit is contained in:
@@ -90,7 +90,7 @@ class ClassPathFileSystemWatcherTests {
|
||||
|
||||
public final Environment environment;
|
||||
|
||||
public Config(Environment environment) {
|
||||
Config(Environment environment) {
|
||||
this.environment = environment;
|
||||
}
|
||||
|
||||
|
||||
@@ -72,7 +72,7 @@ class RestartScopeInitializerTests {
|
||||
|
||||
public static class ScopeTestBean implements ApplicationListener<ContextRefreshedEvent> {
|
||||
|
||||
public ScopeTestBean() {
|
||||
ScopeTestBean() {
|
||||
createCount.incrementAndGet();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user