Skip to content

Commit dee0f38

Browse files
committed
Generate enums + spotless
1 parent 0f0f193 commit dee0f38

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

unicodetools/src/main/java/org/unicode/props/UcdProperty.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,12 +217,7 @@ public enum UcdProperty {
217217
kEACC(PropertyType.Miscellaneous, DerivedPropertyStatus.Provisional, "cjkEACC"),
218218
kEH_Cat(PropertyType.Miscellaneous, DerivedPropertyStatus.Approved, "kEH_Cat"),
219219
kEH_Desc(PropertyType.Miscellaneous, DerivedPropertyStatus.Approved, "kEH_Desc"),
220-
kEH_FVal(
221-
PropertyType.Miscellaneous,
222-
DerivedPropertyStatus.Provisional,
223-
null,
224-
ValueCardinality.Unordered,
225-
"kEH_FVal"),
220+
kEH_FVal(PropertyType.Miscellaneous, DerivedPropertyStatus.Provisional, "kEH_FVal"),
226221
kEH_Func(
227222
PropertyType.Miscellaneous,
228223
DerivedPropertyStatus.Provisional,

0 commit comments

Comments
 (0)