Change status code passed to System.exit()
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947078 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e05bc3d5f8
commit
ccd57c270d
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@ public class SMSGatewayRMIServiceBootstrap {
|
|||
System.out.println("Press enter to shutdown.");
|
||||
System.in.read();
|
||||
rmiRegistry.unbind(serviceName);
|
||||
System.exit(-1);
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue