in fam/src/main/java/org/apache/commons/jci2/fam/monitor/FilesystemAlterationMonitor.java [55:64]
public void stop() {
running = false;
if (thread != null) {
try {
thread.join(delay);
} catch (final InterruptedException e) {
}
}
}