Remove unneeded import failing the build

This commit is contained in:
James Agnew 2016-03-25 12:07:45 +01:00
parent aba41d96c5
commit d69365988f
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ import org.hl7.fhir.dstu3.model.Patient;
import org.hl7.fhir.dstu3.model.StringType;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.parser.CustomTypeDstu3Test.MyCustomPatient;
import ca.uhn.fhir.parser.DataFormatException;
import ca.uhn.fhir.rest.client.IGenericClient;