mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
fix small typos
GitOrigin-RevId: b4fbd8a23bfee9d8a0a70a7e78790a3798096ba2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
dfd9408eb2
commit
1decb466d2
@@ -199,7 +199,7 @@ public class ProjectFileIndexImpl extends FileIndexBase implements ProjectFileIn
|
||||
return fileSet != null;
|
||||
}
|
||||
|
||||
// a slightly faster implementation then the default one
|
||||
// a slightly faster implementation than the default one
|
||||
@Override
|
||||
public boolean isInLibrary(@NotNull VirtualFile fileOrDir) {
|
||||
WorkspaceFileSet fileSet = myWorkspaceFileIndex.findFileSet(fileOrDir, true, false, true, true, false);
|
||||
|
||||
Reference in New Issue
Block a user