mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
commit
b357fdcc8a
@ -174,9 +174,11 @@ public class Tailer implements Serializable {
|
|||||||
this.executorService.shutdown();
|
this.executorService.shutdown();
|
||||||
}finally {
|
}finally {
|
||||||
IoUtil.close(this.randomAccessFile);
|
IoUtil.close(this.randomAccessFile);
|
||||||
|
if (fileDeleteWatchMonitor != null) {
|
||||||
fileDeleteWatchMonitor.close();
|
fileDeleteWatchMonitor.close();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------------------- Private method start
|
// ---------------------------------------------------------------------------------------- Private method start
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user