Slowpoke plugin compatibility restored

This commit is contained in:
Roman Shevchenko
2013-12-18 16:05:37 +04:00
parent 2f10822e83
commit 16670a6897
@@ -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();
}
}