mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
undo and rename/move class used in run configuration (IDEA-36423)
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
public enum UserFlags {
|
||||
Root("Has super administrative powers" ),
|
||||
Blacklisted("Probably a spammer" );
|
||||
Root("Has super administrative powers"),
|
||||
Blacklisted("Probably a spammer");
|
||||
|
||||
public final String description;
|
||||
public final int mask;
|
||||
|
||||
Reference in New Issue
Block a user