mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Merge pull request #378 (https://github.com/JetBrains/intellij-community/pull/378)
This commit is contained in:
@@ -184,9 +184,7 @@ public class FileWatcher {
|
||||
|
||||
@Override
|
||||
public void notifyManualWatchRoots(@NotNull Collection<String> roots) {
|
||||
if (!roots.isEmpty()) {
|
||||
myManualWatchRoots.add(ContainerUtil.newHashSet(roots));
|
||||
}
|
||||
myManualWatchRoots.add(ContainerUtil.newHashSet(roots));
|
||||
notifyOnAnyEvent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user