xueli.xue 8 years ago
parent
commit
1649c7b52d

+ 1 - 1
xxl-job-core/src/main/java/com/xxl/job/core/rpc/netcom/jetty/server/JettyServer.java View File

47
 				} catch (Exception e) {
47
 				} catch (Exception e) {
48
 					logger.error("", e);
48
 					logger.error("", e);
49
 				} finally {
49
 				} finally {
50
-					server.destroy();
50
+					destroy();
51
 				}
51
 				}
52
 			}
52
 			}
53
 		});
53
 		});