Remove 'final' from method signatures across gerrit.
Change-Id: I986a5507aa26ceb28305a7b08991e85238bde0e3
This commit is contained in:
committed by
Edwin Kempin
parent
64e43c24ef
commit
b0fb0a7a96
@@ -19,7 +19,7 @@ public final class Main {
|
||||
// to jump into the real main code.
|
||||
//
|
||||
|
||||
public static void main(final String[] argv) throws Exception {
|
||||
public static void main(String[] argv) throws Exception {
|
||||
if (onSupportedJavaVersion()) {
|
||||
com.google.gerrit.launcher.GerritLauncher.main(argv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user