Skip to content

Commit

Permalink
IJPL-382 deprecate IdeModalityType.PROJECT
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 7438418689ee4eddcf90051664c1afe701bcc8b9
  • Loading branch information
dovchinnikov authored and intellij-monorepo-bot committed Dec 18, 2023
1 parent dd9c49f commit ac04b7b
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ac04b7b

Please sign in to comment.