From e8f3843950f26bfdf74fa2d0ca0f2019a1586eb2 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Wed, 3 Apr 2019 16:26:26 -0400 Subject: Changes for checkstyle warnings Issue-ID: OPTFRA-466 Change-Id: I2b9cea2c7e2cc760a20715b63618fe75ea58f029 Signed-off-by: Jerry Flood --- cmso-service/src/main/java/org/onap/observations/Mdc.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmso-service/src/main/java/org/onap/observations') diff --git a/cmso-service/src/main/java/org/onap/observations/Mdc.java b/cmso-service/src/main/java/org/onap/observations/Mdc.java index b9b30ea..28d0ec8 100644 --- a/cmso-service/src/main/java/org/onap/observations/Mdc.java +++ b/cmso-service/src/main/java/org/onap/observations/Mdc.java @@ -60,7 +60,7 @@ import org.quartz.JobExecutionContext; import org.slf4j.MDC; /** - * ECOMP EELF logging MDC fields not defined in the MDC Configuration (i.e. MDC_ALERT_SEVERITY) + * EELF logging MDC fields not defined in the MDC Configuration (i.e. MDC_ALERT_SEVERITY) **/ public class Mdc { -- cgit 1.2.3-korg