Cleanup (comment)

This commit is contained in:
Roman Shevchenko
2013-10-10 19:50:15 +02:00
parent 51a77deff9
commit e03245e5c4
@@ -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);
}