Remove redundant semicolons
Closes gh-10422
This commit is contained in:
committed by
Stephane Nicoll
parent
bbee943972
commit
f3472beed8
@@ -77,7 +77,7 @@ public class CommandRunnerTests {
|
||||
protected void showUsage() {
|
||||
CommandRunnerTests.this.calls.add(Call.SHOW_USAGE);
|
||||
super.showUsage();
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean errorMessage(String message) {
|
||||
|
||||
Reference in New Issue
Block a user