Renaming package name of test classes
This commit is contained in:
parent
5f858066da
commit
4429741c15
|
@ -1,4 +1,4 @@
|
|||
package ca.uhn.fhir.jpa.entity;
|
||||
package ca.uhn.fhir.jpa.model.entity;
|
||||
|
||||
import ca.uhn.fhir.jpa.model.entity.ResourceIndexedSearchParamUri;
|
||||
import ca.uhn.fhir.jpa.model.entity.ResourceTable;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package ca.uhn.fhir.jpa.entity;
|
||||
package ca.uhn.fhir.jpa.model.entity;
|
||||
|
||||
import ca.uhn.fhir.jpa.model.entity.TagTypeEnum;
|
||||
import ca.uhn.fhir.util.TestUtil;
|
||||
|
|
Loading…
Reference in New Issue