Remove redundant semicolons

Closes gh-10422
This commit is contained in:
dreis2211
2017-09-25 23:46:30 +02:00
committed by Stephane Nicoll
parent bbee943972
commit f3472beed8
24 changed files with 26 additions and 26 deletions

View File

@@ -242,7 +242,7 @@ public class FileSystemWatcher {
}
remainingScans = this.remainingScans.get();
}
};
}
private void scan() throws InterruptedException {
Thread.sleep(this.pollInterval - this.quietPeriod);