From: Dominik Mizyn Date: Tue, 18 Jun 2019 11:57:55 +0000 (+0200) Subject: EPLdapService sonar issue fix X-Git-Tag: 3.2.0~276 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=42fac09a9de610875a90e6eb8df58ea7b3c317f6;hp=38bc3cb1b318a7b1ccfe0c37e835ac68ac9c60e5;p=portal.git EPLdapService sonar issue fix Annotate the interface with the @FunctionalInterface annotation. Issue-ID: PORTAL-646 Change-Id: Idc6c70b9edaed73024721a3bc8c91796a0df9183 Signed-off-by: Dominik Mizyn --- diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPLdapService.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPLdapService.java index ef3cb5ad..c1dba221 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPLdapService.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPLdapService.java @@ -40,7 +40,7 @@ package org.onap.portalapp.portal.service; import org.onap.portalsdk.core.command.support.SearchResult; import org.onap.portalsdk.core.domain.support.DomainVo; - +@FunctionalInterface public interface EPLdapService { // search POST for users based on the criteria selected in the Request