mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-10 01:36:03 +00:00
Proper derefs
This commit is contained in:
@@ -136,4 +136,11 @@ public class FolderWatcher extends FileWatcher {
|
||||
public KList<File> getDeleted() {
|
||||
return deleted;
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
watchers.clear();
|
||||
changed.clear();
|
||||
deleted.clear();
|
||||
created.clear();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -89,4 +89,8 @@ public class ReactiveFolder {
|
||||
|
||||
return fw.checkModified();
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
fw.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user