Enable and fix 'Statement unnecessarily nested within else clause' warnings
Change-Id: Ida6df4593fc2ab3c11581309b2b4a638229ea093
This commit is contained in:
@@ -171,9 +171,8 @@ public final class GerritLauncher {
|
||||
}
|
||||
if (res instanceof Number) {
|
||||
return ((Number) res).intValue();
|
||||
} else {
|
||||
return 0;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
private static String programClassName(String cn) {
|
||||
|
Reference in New Issue
Block a user