mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
Test data fix
This commit is contained in:
+2
-1
@@ -1,6 +1,7 @@
|
||||
// "Create constructor" "true"
|
||||
public enum ReportType {
|
||||
AGING("Aging"),;
|
||||
AGING("Aging"),
|
||||
;
|
||||
|
||||
ReportType(String aging) {
|
||||
<selection></selection>
|
||||
|
||||
Reference in New Issue
Block a user