mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
simple_language_plugin: suppress deprecation warning for SimpleFileTypeFactory
This commit is contained in:
parent
f5a0464217
commit
062c100cfb
@ -10,6 +10,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
* Note: This class is only used with the fileTypeFactory extension point
|
||||
* for versions of the IntelliJ Platform prior to v2019.2.
|
||||
*/
|
||||
@SuppressWarnings("deprecation")
|
||||
public class SimpleFileTypeFactory extends FileTypeFactory {
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user