Remove redundant semicolons
Closes gh-10422
This commit is contained in:
committed by
Stephane Nicoll
parent
bbee943972
commit
f3472beed8
@@ -242,7 +242,7 @@ public class FileSystemWatcher {
|
||||
}
|
||||
remainingScans = this.remainingScans.get();
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
private void scan() throws InterruptedException {
|
||||
Thread.sleep(this.pollInterval - this.quietPeriod);
|
||||
|
||||
Reference in New Issue
Block a user