mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 13:39:36 +07:00
generate private enum constructor everywhere (IDEA-69128 )
This commit is contained in:
@@ -7,6 +7,6 @@ public enum Operation {
|
||||
|
||||
abstract int eval(int x, int y);
|
||||
|
||||
Operation() {
|
||||
private Operation() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user