mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
[devkit] API cleanup: mark deprecated unused API for removal (IJPL-156972)
GitOrigin-RevId: fe8cf724c15789fd528b6ed3ab6f032e6ff0cd2e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ff01e93549
commit
5841e7f405
@@ -29,7 +29,7 @@ public enum IntelliJPlatformProduct {
|
||||
/**
|
||||
* @deprecated Code With Me Guest is an old name for JetBrains Client
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
CWM_GUEST("CWMG", "Code With Me Guest", PlatformUtils.CWM_GUEST_PREFIX, null, null),
|
||||
JETBRAINS_CLIENT("JBC", "JetBrains Client", PlatformUtils.JETBRAINS_CLIENT_PREFIX, null, null),
|
||||
GATEWAY("GW", "Gateway", PlatformUtils.GATEWAY_PREFIX, "com.jetbrains.intellij.gateway:gateway", "idea/gateway:JetBrainsGateway"),
|
||||
|
||||
@@ -110,7 +110,7 @@ public final class PsiUtil {
|
||||
* @deprecated Use {@linkplain IntelliJProjectUtil#markAsIntelliJPlatformProject(Project, Boolean)} instead
|
||||
*/
|
||||
@TestOnly
|
||||
@Deprecated
|
||||
@Deprecated(forRemoval = true)
|
||||
public static void markAsIdeaProject(@NotNull Project project, boolean value) {
|
||||
IntelliJProjectUtil.markAsIntelliJPlatformProject(project, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user