不知道的不乱改

pull/12/head
xxssyyyyssxx 6 years ago
parent f03a109fb6
commit adaeece8ad

@ -105,8 +105,8 @@ public class JobFailMonitorHelper {
public void toStop(){
toStop = true;
// interrupt and wait
try {
monitorThread.interrupt();
try {
monitorThread.join();
} catch (InterruptedException e) {
logger.error(e.getMessage(), e);

Loading…
Cancel
Save