Updated setTargetEntity to accept ONAPComponentsList interface
[logging-analytics.git] / reference / logging-filter / logging-filter-base / src / main / java / org / onap / logging / filter / base / MDCSetup.java
index cc31c4f..93c16a8 100644 (file)
@@ -177,7 +177,7 @@ public class MDCSetup {
         MDC.put(ONAPLogConstants.MDCs.RESPONSE_STATUS_CODE, statusCode);
     }
 
-    public void setTargetEntity(ONAPComponents targetEntity) {
+    public void setTargetEntity(ONAPComponentsList targetEntity) {
         MDC.put(ONAPLogConstants.MDCs.TARGET_ENTITY, targetEntity.toString());
     }