9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Add desc to dimension field

This commit is contained in:
CocoTheOwner
2021-03-07 12:13:19 +01:00
parent 82ac92dfed
commit 143349be3a

View File

@@ -37,5 +37,6 @@ public class IrisDimensionIndex
@Required
@RegistryListDimension
@MinNumber(1)
@Desc("Name of dimension")
private String dimension = "";
}