mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Add desc to dimension field
This commit is contained in:
parent
82ac92dfed
commit
143349be3a
@ -37,5 +37,6 @@ public class IrisDimensionIndex
|
|||||||
@Required
|
@Required
|
||||||
@RegistryListDimension
|
@RegistryListDimension
|
||||||
@MinNumber(1)
|
@MinNumber(1)
|
||||||
|
@Desc("Name of dimension")
|
||||||
private String dimension = "";
|
private String dimension = "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user