Renaming package name of test classes

This commit is contained in:
Mathieu Roullet 2019-05-07 23:28:32 +02:00 committed by James Agnew
parent 5f858066da
commit 4429741c15
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;