Fix checkstyle RedundantModifier test violations
This commit is contained in:
@@ -122,7 +122,7 @@ class SpringApplicationLauncherTests {
|
||||
|
||||
private static String[] args;
|
||||
|
||||
public TestSpringApplication(Class<?>[] sources) {
|
||||
TestSpringApplication(Class<?>[] sources) {
|
||||
TestSpringApplication.sources = sources;
|
||||
}
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ class InitCommandTests extends AbstractHttpClientMockTests {
|
||||
MockitoAnnotations.initMocks(this);
|
||||
}
|
||||
|
||||
public InitCommandTests() {
|
||||
InitCommandTests() {
|
||||
InitializrService initializrService = new InitializrService(this.http);
|
||||
this.handler = new TestableInitCommandOptionHandler(initializrService);
|
||||
this.command = new InitCommand(this.handler);
|
||||
|
||||
Reference in New Issue
Block a user