X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fservice%2FluPriority%2FFnLuPriorityDao.java;fp=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fdao%2Ffn%2FFnLuPriorityDao.java;h=951ca1f337b085674a81663e923b58bf11ca6c36;hb=9a391d0c4cca00a1cd448a6ce3fa755d42c8fd5d;hp=98253ceb7b70f372ea376e604a2e0c06cd5b1c47;hpb=2b436dba4b7c12e8c97f040753d0d5044d580b8d;p=portal.git diff --git a/portal-BE/src/main/java/org/onap/portal/dao/fn/FnLuPriorityDao.java b/portal-BE/src/main/java/org/onap/portal/service/luPriority/FnLuPriorityDao.java similarity index 94% rename from portal-BE/src/main/java/org/onap/portal/dao/fn/FnLuPriorityDao.java rename to portal-BE/src/main/java/org/onap/portal/service/luPriority/FnLuPriorityDao.java index 98253ceb..951ca1f3 100644 --- a/portal-BE/src/main/java/org/onap/portal/dao/fn/FnLuPriorityDao.java +++ b/portal-BE/src/main/java/org/onap/portal/service/luPriority/FnLuPriorityDao.java @@ -38,7 +38,7 @@ * */ -package org.onap.portal.dao.fn; +package org.onap.portal.service.luPriority; import org.onap.portal.domain.db.fn.FnLuPriority; import org.springframework.data.jpa.repository.JpaRepository; @@ -47,6 +47,6 @@ import org.springframework.transaction.annotation.Transactional; @Repository @Transactional -public interface FnLuPriorityDao extends JpaRepository { +interface FnLuPriorityDao extends JpaRepository { }