mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge branch 'bugfix/CID-1191682'
This commit is contained in:
commit
d7f5a2705e
@ -321,6 +321,7 @@ public class ParamProcessWorker implements DispatchWorker {
|
|||||||
break;
|
break;
|
||||||
case SHORT:
|
case SHORT:
|
||||||
listParam.add(Short.valueOf(token));
|
listParam.add(Short.valueOf(token));
|
||||||
|
break;
|
||||||
case STRING:
|
case STRING:
|
||||||
listParam.add(token);
|
listParam.add(token);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user