Remove unnecessary keyword
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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