From e03245e5c45c1e213ebe68f9c8d6155decb50a2b Mon Sep 17 00:00:00 2001 From: Roman Shevchenko Date: Thu, 10 Oct 2013 19:50:15 +0200 Subject: [PATCH] Cleanup (comment) --- .../testSrc/com/intellij/openapi/vfs/local/FileWatcherTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }