X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fservice%2Ffunction%2FFnFunctionDao.java;fp=portal-BE%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportal%2Fdao%2Ffn%2FFnFunctionDao.java;h=29ce30a3066fece09595ec47bd8a0f4ef9d043af;hb=059edd0c134cecfa6939f35fb8eb847d4c40631f;hp=6892de218a0e6bc352115701b2e15628e22d1581;hpb=ba2d7bcaf4ce42fd0c8742dc462ef0160bdfd8f7;p=portal.git diff --git a/portal-BE/src/main/java/org/onap/portal/dao/fn/FnFunctionDao.java b/portal-BE/src/main/java/org/onap/portal/service/function/FnFunctionDao.java similarity index 94% rename from portal-BE/src/main/java/org/onap/portal/dao/fn/FnFunctionDao.java rename to portal-BE/src/main/java/org/onap/portal/service/function/FnFunctionDao.java index 6892de21..29ce30a3 100644 --- a/portal-BE/src/main/java/org/onap/portal/dao/fn/FnFunctionDao.java +++ b/portal-BE/src/main/java/org/onap/portal/service/function/FnFunctionDao.java @@ -38,7 +38,7 @@ * */ -package org.onap.portal.dao.fn; +package org.onap.portal.service.function; import org.onap.portal.domain.db.fn.FnFunction; import org.springframework.data.jpa.repository.JpaRepository; @@ -47,6 +47,6 @@ import org.springframework.transaction.annotation.Transactional; @Transactional @Repository -public interface FnFunctionDao extends JpaRepository { +interface FnFunctionDao extends JpaRepository { }