diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-06-24 12:14:57 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-07-05 09:56:53 +0000 |
commit | 00875f083ffd56b2b861c147c5ef0fe928b77202 (patch) | |
tree | 432c067c6a38c644f02c4f85618d432bb3cfea09 /catalog-be/src/main/resources/portal.properties | |
parent | 6d95c7cfb45cebed0de5e31fae5874ffaa0fb577 (diff) |
Fix sonar issues
Fix sonar/checkstyle issues in sdc code
Issue-ID: SDC-3158
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I004b0f579ff1f273f39a155217972f5efcdcf5cb
Diffstat (limited to 'catalog-be/src/main/resources/portal.properties')
-rw-r--r-- | catalog-be/src/main/resources/portal.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog-be/src/main/resources/portal.properties b/catalog-be/src/main/resources/portal.properties index a182e80972..8c31b4c281 100644 --- a/catalog-be/src/main/resources/portal.properties +++ b/catalog-be/src/main/resources/portal.properties @@ -53,7 +53,7 @@ use_rest_for_functional_menu=true ########################################################################## # Name of java class that implements the OnBoardingApiService interface. -portal.api.impl.class = org.openecomp.sdc.be.ecomp.PortalRestAPICentralServiceImpl +portal.api.impl.class = org.openecomp.sdc.be.ecomp.PortalRestApiCentralServiceImpl # Use this tag if the app is centralized remote/local role_access_centralized = remote |