Fix checkstyle RedundantModifier test violations

This commit is contained in:
Phillip Webb
2019-06-07 20:46:33 -07:00
parent cde4f0d688
commit 266d6334b2
41 changed files with 88 additions and 75 deletions

View File

@@ -360,7 +360,7 @@ class PropertiesLauncherTests {
public static class TestLoader extends URLClassLoader {
public TestLoader(ClassLoader parent) {
TestLoader(ClassLoader parent) {
super(new URL[0], parent);
}