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