mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Slowpoke plugin compatibility restored
This commit is contained in:
@@ -62,4 +62,10 @@ public abstract class ApplicationInfo {
|
||||
public static boolean contextHelpAvailable() {
|
||||
return ApplicationManager.getApplication() != null && getInstance() != null && getInstance().hasContextHelp();
|
||||
}
|
||||
|
||||
/** @deprecated use {@link #getBuild()} instead (to remove in IDEA 14) */
|
||||
@SuppressWarnings("UnusedDeclaration")
|
||||
public String getBuildNumber() {
|
||||
return getBuild().asString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user