mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
context parameters is Map<object,Object>. This has been used interchangeably with String and class object resulting the param value not being available in some cases if its put with object and get with class.forName() made the put and get consistent by using Object as key everywhere.