IntelliJ Themes: removed deprecated install() methods

but keep them in the flatlaf-core for API compatibility in NetBeans plugin
This commit is contained in:
Karl Tauber
2021-08-24 17:38:19 +02:00
parent 601e24f9e7
commit 19dba94064
65 changed files with 1 additions and 512 deletions

View File

@@ -169,14 +169,6 @@ public class IJThemesClassGenerator
" }\n" +
" }\n" +
"\n" +
" /**\n" +
" * @deprecated use {@link #setup()} instead; this method will be removed in a future version\n" +
" */\n" +
" @Deprecated\n" +
" public static boolean install() {\n" +
" return setup();\n" +
" }\n" +
"\n" +
" public static void installLafInfo() {\n" +
" installLafInfo( NAME, ${themeClass}.class );\n" +
" }\n" +