mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ignore .bundler
This commit is contained in:
+1
-1
@@ -242,7 +242,7 @@ public class FileTypeManagerImpl extends FileTypeManagerEx implements NamedJDOME
|
||||
@NotNull
|
||||
public FileType getStdFileType(@NotNull @NonNls String name) {
|
||||
StandardFileType stdFileType = ourStandardFileTypes.get(name);
|
||||
return stdFileType != null ? stdFileType.fileType : PlainTextFileType.INSTANCE;
|
||||
return stdFileType != null ? stdFileType.fileType : new PlainTextFileType();
|
||||
}
|
||||
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user