X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fservice%2FExternalAccessRolesService.java;fp=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fservice%2FExternalAccessRolesService.java;h=b9f161fe7b2a5c1674937764ca66f6f26c598f1f;hb=059edd0c134cecfa6939f35fb8eb847d4c40631f;hp=b673923434170a679ec7cae2e4c5b90473372242;hpb=ba2d7bcaf4ce42fd0c8742dc462ef0160bdfd8f7;p=portal.git diff --git a/portal-BE/src/main/java/org/onap/portal/service/ExternalAccessRolesService.java b/portal-BE/src/main/java/org/onap/portal/service/ExternalAccessRolesService.java index b6739234..b9f161fe 100644 --- a/portal-BE/src/main/java/org/onap/portal/service/ExternalAccessRolesService.java +++ b/portal-BE/src/main/java/org/onap/portal/service/ExternalAccessRolesService.java @@ -59,9 +59,9 @@ import org.onap.portal.domain.dto.transport.CentralV2Role; import org.onap.portal.domain.dto.transport.GlobalRoleWithApplicationRoleFunction; import org.onap.portal.exception.RoleFunctionException; import org.onap.portal.logging.logic.EPLogUtil; -import org.onap.portal.service.ep.EpAppFunctionService; -import org.onap.portal.service.fn.FnAppService; -import org.onap.portal.service.fn.FnRoleService; +import org.onap.portal.service.appFunction.EpAppFunctionService; +import org.onap.portal.service.app.FnAppService; +import org.onap.portal.service.role.FnRoleService; import org.onap.portal.utils.EPCommonSystemProperties; import org.onap.portal.utils.EPUserUtils; import org.onap.portal.utils.EcompPortalUtils;