Remove superfluous static declaration for enum, annotation, & interface

This commit is contained in:
Sam Brannen
2022-07-09 15:45:30 +02:00
parent aa8b06b622
commit d274e893a6
40 changed files with 138 additions and 177 deletions

View File

@@ -109,7 +109,7 @@ public class DelegatingDataSourceTests {
assertThat(dataSource.isWrapperFor(ExampleWrapper.class)).isTrue();
}
public static interface ExampleWrapper {
public interface ExampleWrapper {
}
private static class DelegatingDataSourceWithWrapper extends DelegatingDataSource