EPLdapService sonar issue fix 80/90080/1
authorDominik Mizyn <d.mizyn@samsung.com>
Tue, 18 Jun 2019 11:57:55 +0000 (13:57 +0200)
committerDominik Mizyn <d.mizyn@samsung.com>
Tue, 18 Jun 2019 12:02:47 +0000 (14:02 +0200)
Annotate the interface with the @FunctionalInterface annotation.

Issue-ID: PORTAL-646
Change-Id: Idc6c70b9edaed73024721a3bc8c91796a0df9183
Signed-off-by: Dominik Mizyn <d.mizyn@samsung.com>
ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/service/EPLdapService.java

index ef3cb5a..c1dba22 100644 (file)
@@ -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