rollback rename package location for custom dao implementation
This commit is contained in:
parent
93ae5f9bfd
commit
80d79a6953
@ -1,4 +1,4 @@
|
||||
package com.jasamedika.medifirst2000.dao;
|
||||
package com.jasamedika.medifirst2000.dao.custom.impl;
|
||||
|
||||
import javax.persistence.EntityManager;
|
||||
import javax.persistence.PersistenceContext;
|
||||
@ -11,7 +11,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.test.context.ContextConfiguration;
|
||||
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
||||
|
||||
import com.jasamedika.medifirst2000.dao.KalkulatorDaoCustomImpl;
|
||||
import com.jasamedika.medifirst2000.dao.custom.impl.KalkulatorDaoCustomImpl;
|
||||
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@ContextConfiguration("classpath*:com/jasamedika/**/applicationContext.xml")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user