X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fvid%2Futils%2FLogging.java;h=61cf09561205df9a42053b0ec84f79add6b6c136;hb=d5ec7bf55217508e2b5cebe640d586598379f97a;hp=16dde5682f9e0cc77008a58b320124397d783366;hpb=1cfb08779ea0e00be69e072a940b3063e049fe6b;p=vid.git diff --git a/vid-app-common/src/main/java/org/onap/vid/utils/Logging.java b/vid-app-common/src/main/java/org/onap/vid/utils/Logging.java index 16dde5682..61cf09561 100644 --- a/vid-app-common/src/main/java/org/onap/vid/utils/Logging.java +++ b/vid-app-common/src/main/java/org/onap/vid/utils/Logging.java @@ -3,8 +3,8 @@ package org.onap.vid.utils; import com.att.eelf.configuration.EELFLogger; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; -import org.openecomp.portalsdk.core.logging.logic.EELFLoggerDelegate; -import org.openecomp.portalsdk.core.util.SystemProperties; +import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate; +import org.onap.portalsdk.core.util.SystemProperties; import org.springframework.http.HttpMethod; import org.springframework.web.context.request.RequestContextHolder; import org.springframework.web.context.request.ServletRequestAttributes; @@ -19,7 +19,7 @@ import static org.onap.vid.utils.Streams.not; public class Logging { - private Logging() { + Logging() { } public static final String HTTP_REQUESTS_OUTGOING = "http.requests.outgoing.";