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

Enable the main method.

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