diff options
author | Welch, Lorraine (lb2391) <lb2391@att.com> | 2018-09-17 18:02:12 -0400 |
---|---|---|
committer | Welch, Lorraine (lb2391) <lb2391@att.com> | 2018-10-09 14:34:35 -0400 |
commit | 5b1ad1ec6afa21f3c32b0132d65cda335eafc935 (patch) | |
tree | a0f5d2e66e5a0156a6b97a4645548b8bff4b0630 /ecomp-sdk/epsdk-core | |
parent | f6e512bb85978cd8320ee4ea2ed4da234fa0d10b (diff) |
Changed ecomp and AT&T references
Issue-ID: PORTAL-302
Change-Id: Iec2ed9ba78ceb81f3d5dff84837697482415937d
Signed-off-by: Welch, Lorraine (lb2391) <lb2391@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-core')
-rw-r--r-- | ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/logging/aspect/EELFLoggerAdvice.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/logging/aspect/EELFLoggerAdvice.java b/ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/logging/aspect/EELFLoggerAdvice.java index d60fe567..d250591e 100644 --- a/ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/logging/aspect/EELFLoggerAdvice.java +++ b/ecomp-sdk/epsdk-core/src/main/java/org/onap/portalsdk/core/logging/aspect/EELFLoggerAdvice.java @@ -2,7 +2,7 @@ * ============LICENSE_START========================================== * ONAP Portal SDK * =================================================================== - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless otherwise specified, all software contained herein is licensed @@ -60,11 +60,11 @@ public class EELFLoggerAdvice { @Autowired private AppService appService; - // DateTime Format according to the ECOMP Application Logging Guidelines. + // DateTime Format according to the ONAP Application Logging Guidelines. private static final SimpleDateFormat ecompLogDateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSXXX"); /** - * Gets the current date and time in expected ECOMP log format. + * Gets the current date and time in expected ONAP log format. * * @return Current date and time */ |