Files
gerrit/gerrit-main/src/main/java
Shawn O. Pearce f0b848506f launcher: Refactor how we return the status code to the shell
Instead of doing a direct System.exit() use return to return the
exit code to the caller, which is the true main method for the
application.  This simplifies the calling strategy considerably.

Change-Id: I3b056579726a56bd9a1ab7186265dc5c5ebeeacc
Signed-off-by: Shawn O. Pearce <sop@google.com>
2009-12-07 12:27:23 -08:00
..