Commit 1649c7b5 by xueli.xue

更新RM

parent e8bea8d4
...@@ -47,7 +47,7 @@ public class JettyServer { ...@@ -47,7 +47,7 @@ public class JettyServer {
} catch (Exception e) { } catch (Exception e) {
logger.error("", e); logger.error("", e);
} finally { } finally {
server.destroy(); destroy();
} }
} }
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment