This commit is contained in:
xueli.xue 2017-05-27 19:50:00 +08:00
parent e8bea8d419
commit 1649c7b52d
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public class JettyServer {
} catch (Exception e) { } catch (Exception e) {
logger.error("", e); logger.error("", e);
} finally { } finally {
server.destroy(); destroy();
} }
} }
}); });