SEBSERV-329 convert allowMacOSVersionNumber as integer
This commit is contained in:
parent
715c28d835
commit
9f968a3809
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ public class IntegerConverter implements AttributeValueConverter {
|
|||
|
||||
public static final Set<String> SUPPORTED_ATTR_NAMES = Utils.immutableSetOf(
|
||||
"taskBarHeight",
|
||||
"allowedDisplaysMaxNumber");
|
||||
"allowedDisplaysMaxNumber",
|
||||
"allowMacOSVersionNumberMajor",
|
||||
"allowMacOSVersionNumberMinor",
|
||||
"allowMacOSVersionNumberPatch");
|
||||
|
||||
public static final Set<AttributeType> SUPPORTED_TYPES = Utils.immutableSetOf(
|
||||
AttributeType.INTEGER,
|
||||
|
|
Loading…
Reference in a new issue