mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
provide enum constructor package local modifier according to spec examples (IDEA-111785)
This commit is contained in:
+1
-1
@@ -7,6 +7,6 @@ public enum Operation {
|
||||
|
||||
abstract int eval(int x, int y);
|
||||
|
||||
private Operation() {
|
||||
Operation() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user