@ -124,7 +124,9 @@ public abstract class FileWatcher implements Runnable {
*/
public void setStop() {
stop = true;
thread.interrupt();
if (thread != null) {
}
/** Init sha512 map.