Remove unnecessary keyword

This commit is contained in:
Stephane Nicoll
2015-07-09 14:33:01 +02:00
parent f34508ff8a
commit 97634e85ac
20 changed files with 21 additions and 21 deletions

View File

@@ -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
}
}