diff --git a/platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java b/platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java index 19d9beb1959e..a941eb4c703b 100644 --- a/platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java +++ b/platform/platform-tests/testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java @@ -675,7 +675,7 @@ public class FileWatcherTest extends PlatformLangTestCase { } public void testPartialRefresh() throws Exception { - // tests the same scenario with an active file watcher: this affects + // tests the same scenario with an active file watcher (prevents explicit marking of refreshed paths) File top = createTestDir("top"); LocalFileSystemTest.doTestPartialRefresh(top); }