simple_language_plugin: suppress deprecation warning for SimpleFileTypeFactory

This commit is contained in:
Yann Cébron 2020-11-03 17:21:09 +01:00
parent f5a0464217
commit 062c100cfb

View File

@ -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