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;
|
||||
case SHORT:
|
||||
listParam.add(Short.valueOf(token));
|
||||
break;
|
||||
case STRING:
|
||||
listParam.add(token);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user