Merge branch '1.5.x'
This commit is contained in:
@@ -193,7 +193,7 @@ public class FileSystemWatcher {
|
||||
}
|
||||
this.watchThread = null;
|
||||
}
|
||||
if (Thread.currentThread() != thread) {
|
||||
if (thread != null && Thread.currentThread() != thread) {
|
||||
try {
|
||||
thread.join();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user