diff options
author | Sunder Tattavarada <statta@research.att.com> | 2019-06-14 17:19:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-14 17:19:57 +0000 |
commit | 017404f69410a07bc0d44308f80902bf81ece059 (patch) | |
tree | ea741c5cb1d96256f94610a52788a2ebdb30beed /ecomp-portal-BE-common | |
parent | b475a63d78de90cb89301e3830a61b6fe2a723f0 (diff) | |
parent | 90f12676cced89d4b3426b2b86a681322f7ceb5c (diff) |
Merge "Sonar critical fixes in MicroserviceServiceImpl"
Diffstat (limited to 'ecomp-portal-BE-common')
-rw-r--r-- | ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/MicroserviceServiceImpl.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/MicroserviceServiceImpl.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/MicroserviceServiceImpl.java index 2bb5ecd8..b41d898a 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/MicroserviceServiceImpl.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/MicroserviceServiceImpl.java @@ -4,6 +4,8 @@ * =================================================================== * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== + * Modifications Copyright (c) 2019 Samsung + * =================================================================== * * Unless otherwise specified, all software contained herein is licensed * under the Apache License, Version 2.0 (the "License"); |