We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98225e3 commit 79312dbCopy full SHA for 79312db
src/main/java/engineering/swat/watch/impl/overflows/IndexingRescanner.java
@@ -89,7 +89,7 @@ protected class Generator extends MemorylessRescanner.Generator {
89
// approximate `DELETED` events that happened since the previous rescan.
90
// Instances of this class are supposed to be used non-concurrently, so
91
// no synchronization to access this field is needed.
92
- private Deque<Set<Path>> visited = new ArrayDeque<>();
+ private final Deque<Set<Path>> visited = new ArrayDeque<>();
93
94
public Generator(Path path, WatchScope scope) {
95
super(path, scope);
0 commit comments