mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
Remove unnecessary keyword
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ public class CommandRunnerTests {
|
||||
this.commandRunner.run("help", "missing");
|
||||
}
|
||||
|
||||
private static enum Call {
|
||||
private enum Call {
|
||||
SHOW_USAGE, ERROR_MESSAGE, PRINT_STACK_TRACE
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user