Remove redundant semicolons

Closes gh-10422
This commit is contained in:
dreis2211
2017-09-25 23:46:30 +02:00
committed by Stephane Nicoll
parent bbee943972
commit f3472beed8
24 changed files with 26 additions and 26 deletions

View File

@@ -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) {