Commit 19d9a1cc authored by Daniil Ovchinnikov's avatar Daniil Ovchinnikov Committed by intellij-monorepo-bot
Browse files

IJPL-382 deprecate `IdeModalityType.PROJECT`

(cherry picked from commit 7438418689ee4eddcf90051664c1afe701bcc8b9)

IJ-CR-122546

GitOrigin-RevId: ca9e9d12fddfe9b3641c0dc143bb7bd227afbcf6
parent f4ac5e29
Showing with 6 additions and 0 deletions
+6 -0
......@@ -74,6 +74,12 @@ public abstract class DialogWrapper {
public enum IdeModalityType {
IDE,
/**
* Effectively the same as {@link IDE}.
*
* @deprecated use {@link IDE} instead
*/
@Deprecated
PROJECT,
MODELESS;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment