Merge pull request #29 from Greelan/pz
Urgent fix: Add spaces to null Default Values
This commit is contained in:
commit
3eb7747462
@ -65,7 +65,7 @@
|
|||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "CustomJavaArgs",
|
"ParamFieldName": "CustomJavaArgs",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": ""
|
"DefaultValue": " "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DisplayName": "Additional Server Startup Parameters",
|
"DisplayName": "Additional Server Startup Parameters",
|
||||||
@ -77,6 +77,6 @@
|
|||||||
"IsFlagArgument": false,
|
"IsFlagArgument": false,
|
||||||
"ParamFieldName": "CustomServerArgs",
|
"ParamFieldName": "CustomServerArgs",
|
||||||
"IncludeInCommandLine": false,
|
"IncludeInCommandLine": false,
|
||||||
"DefaultValue": ""
|
"DefaultValue": " "
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user