diff options
author | Indrijeet kumar <indriku1@in.ibm.com> | 2020-05-21 10:50:09 +0530 |
---|---|---|
committer | Indrijeet kumar <indriku1@in.ibm.com> | 2020-05-21 10:50:16 +0530 |
commit | 8372992aa8ab421edda05e145be66d5532d592c4 (patch) | |
tree | fa659b2d1ba3f63b0037354b5deff43b899c85d2 /ecomp-sdk/epsdk-aaf/src | |
parent | 2053ff0eaa2e4d1efcdb56a953af7c631757369e (diff) |
Removed code smells in some components
Removed code smells in some components
Issue-ID: PORTAL-813
Change-Id: Ia2ec2953214b6bd6c36bfc58426281e14b8dc021
Signed-off-by: Indrijeet Kumar <indriku1@in.ibm.com>
Diffstat (limited to 'ecomp-sdk/epsdk-aaf/src')
2 files changed, 1 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFRestServiceImpl.java b/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFRestServiceImpl.java index f37af6fa..3ddc4732 100644 --- a/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFRestServiceImpl.java +++ b/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFRestServiceImpl.java @@ -48,7 +48,6 @@ import org.json.JSONObject; import org.onap.portalsdk.core.domain.RoleFunction; import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate; import org.onap.portalsdk.external.authorization.domain.ExternalAccessPerms; -//import org.onap.portalsdk.core.logging.logic.EELFLoggerDelegate; import org.onap.portalsdk.external.authorization.util.EcompExternalAuthProperties; import org.onap.portalsdk.external.authorization.util.EcompExternalAuthUtils; import org.springframework.http.HttpEntity; diff --git a/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFService.java b/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFService.java index 758c0647..40076589 100644 --- a/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFService.java +++ b/ecomp-sdk/epsdk-aaf/src/main/java/org/onap/portalsdk/external/authorization/service/AAFService.java @@ -20,7 +20,7 @@ * limitations under the License. * * Unless otherwise specified, all documentation contained herein is licensed - * under the Creative Commons License, Attribution 4.0 Intl. (the "License"); + * under the Creative Commons License, Attribution 4.0 Intl. (the "License") * you may not use this documentation except in compliance with the License. * You may obtain a copy of the License at * |