提交 1dcac826 authored 作者: Thomas Mueller's avatar Thomas Mueller

Enable the main method.

上级 7efea15e
......@@ -131,12 +131,12 @@ public class Server implements Runnable, ShutdownHandler {
* @param args the command line arguments
* @throws SQLException
*/
// public static void main(String[] args) throws SQLException {
// int exitCode = new Server().run(args, System.out);
// if (exitCode != 0) {
// System.exit(exitCode);
// }
// }
public static void main(String[] args) throws SQLException {
int exitCode = new Server().run(args, System.out);
if (exitCode != 0) {
System.exit(exitCode);
}
}
/**
* INTERNAL
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论