mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
creat -> create
This commit is contained in:
@@ -23,7 +23,7 @@ public class ClassFileViewProvider extends SingleRootFileViewProvider {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected PsiFile creatFile(final Project project, final VirtualFile vFile, final FileType fileType) {
|
||||
protected PsiFile createFile(final Project project, final VirtualFile vFile, final FileType fileType) {
|
||||
final ProjectFileIndex fileIndex = ProjectRootManager.getInstance(project).getFileIndex();
|
||||
if (fileIndex.isInLibraryClasses(vFile) || !fileIndex.isInSource(vFile)) {
|
||||
String name = vFile.getName();
|
||||
|
||||
Reference in New Issue
Block a user