mirror of https://github.com/apache/cloudstack.git
This code was recently switched from using HashMap to ConcurrentHashMap. ConcurrentHashMap does not accept null keys and will through a NPE. Adding a null check just in case somebody passes null. |
||
|---|---|---|
| .. | ||
| conf | ||
| resources/com/cloud/upgrade | ||
| scripts | ||
| src | ||
| test | ||
| pom.xml | ||