不知道的不乱改

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

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

Loading…
Cancel
Save