gerrit/gerrit-launcher
David Pursehouse d70fc02a99 Replace C-style array declarations with Java-style declarations
int[] array;

instead of

  int array[];

Change-Id: I4fb02ac0bcdff75ec094ba61b36d40097a4e25b9
2015-03-19 12:15:43 +09:00
..
src/main/java/com/google/gerrit/launcher Replace C-style array declarations with Java-style declarations 2015-03-19 12:15:43 +09:00
BUCK Clarify that GerritLauncher must be a self-contained class 2014-02-04 14:48:26 -08:00