removed code smells
[appc.git] / appc-adapters / appc-iaas-adapter / appc-iaas-adapter-bundle / src / main / java / org / onap / appc / adapter / iaas / impl / ProviderCache.java
index c411385..9f3d346 100644 (file)
@@ -57,7 +57,7 @@ public class ProviderCache {
     /**
      * The map of tenant cache objects by tenant id
      */
-    private Map<String /* tenant id */, TenantCache> tenants = new HashMap<String, TenantCache>();
+    private Map<String /* tenant id */, TenantCache> tenants = new HashMap<>();
 
     /**
      * @return the value of providerType