mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Remove unnecessary keyword
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public class CommandException extends RuntimeException {
|
||||
/**
|
||||
* Specific options understood by the {@link CommandRunner}.
|
||||
*/
|
||||
public static enum Option {
|
||||
public enum Option {
|
||||
|
||||
/**
|
||||
* Hide the exception message.
|
||||
|
||||
Reference in New Issue
Block a user