mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
commit
b357fdcc8a
@ -174,7 +174,9 @@ public class Tailer implements Serializable {
|
||||
this.executorService.shutdown();
|
||||
}finally {
|
||||
IoUtil.close(this.randomAccessFile);
|
||||
fileDeleteWatchMonitor.close();
|
||||
if (fileDeleteWatchMonitor != null) {
|
||||
fileDeleteWatchMonitor.close();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user