Fix Sonar Issues
[ccsdk/sli/plugins.git] / restapi-call-node / provider / src / main / java / org / onap / ccsdk / sli / plugins / restapicall / RetryPolicyStore.java
index b139da2..775137f 100644 (file)
@@ -44,7 +44,7 @@ public class RetryPolicyStore {
     }
 
     public RetryPolicyStore() {
-        retryPolicies = new HashMap<String, RetryPolicy>();
+        retryPolicies = new HashMap<>();
     }
     
     public RetryPolicy getRetryPolicy(String policyName) {