X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fservice%2FbasicAuthAccount%2FEpBasicAuthAccountDao.java;fp=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fdao%2Fep%2FEpBasicAuthAccountDao.java;h=9c3a0a8e18abdd3b60ad631f656c0144562da48f;hb=9a391d0c4cca00a1cd448a6ce3fa755d42c8fd5d;hp=cc3219c04425d6d7bbe54eb8196e509736ed4151;hpb=2b436dba4b7c12e8c97f040753d0d5044d580b8d;p=portal.git diff --git a/portal-BE/src/main/java/org/onap/portal/dao/ep/EpBasicAuthAccountDao.java b/portal-BE/src/main/java/org/onap/portal/service/basicAuthAccount/EpBasicAuthAccountDao.java similarity index 94% rename from portal-BE/src/main/java/org/onap/portal/dao/ep/EpBasicAuthAccountDao.java rename to portal-BE/src/main/java/org/onap/portal/service/basicAuthAccount/EpBasicAuthAccountDao.java index cc3219c0..9c3a0a8e 100644 --- a/portal-BE/src/main/java/org/onap/portal/dao/ep/EpBasicAuthAccountDao.java +++ b/portal-BE/src/main/java/org/onap/portal/service/basicAuthAccount/EpBasicAuthAccountDao.java @@ -38,7 +38,7 @@ * */ -package org.onap.portal.dao.ep; +package org.onap.portal.service.basicAuthAccount; import org.onap.portal.domain.db.ep.EpBasicAuthAccount; import org.springframework.data.jpa.repository.JpaRepository; @@ -47,6 +47,6 @@ import org.springframework.transaction.annotation.Transactional; @Transactional @Repository -public interface EpBasicAuthAccountDao extends JpaRepository { +interface EpBasicAuthAccountDao extends JpaRepository { }