Merge "Reduce the number of raw-type related warnings in aai-common"
[aai/aai-common.git] / aai-els-onap-logging / src / main / java / org / onap / aai / logging / LoggingContext.java
index 97288af..d3fbd95 100644 (file)
@@ -41,7 +41,7 @@ public class LoggingContext {
     public static final String BUSINESS_PROCESS_ERROR = "500";
     public static final String UNKNOWN_ERROR = "900";
 
-    public static final Map<String, String> responseMap = new HashMap();
+    public static final Map<String, String> responseMap = new HashMap<>();
 
     // Specific Log Event Fields
     public static enum LoggingField {