Fix bad import

This commit is contained in:
jamesagnew 2018-02-01 10:44:56 -05:00
parent 3f1ef0e7f6
commit ad8eb0b939
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ package ca.uhn.hapi.converters.server;
* #L%
*/
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.context.FhirVersionEnum;
import ca.uhn.fhir.model.api.IResource;
import ca.uhn.fhir.rest.api.Constants;