NPE and other code smells reported by sonar
[vid.git] / vid-app-common / src / main / java / org / onap / vid / aai / model / AaiGetPnfResponse.java
index cd8cca8..fa9fe93 100644 (file)
@@ -20,7 +20,7 @@ public class AaiGetPnfResponse {
     @JsonProperty("results")
     public List<PnfResult> results = null;
     @JsonIgnore
-    private Map<String, Object> additionalProperties = new HashMap<String, Object>();
+    private Map<String, Object> additionalProperties = new HashMap<>();
 
     @JsonAnyGetter
     public Map<String, Object> getAdditionalProperties() {