From de7e2a0a93f9f1fbeb378f25e50da72bd78b7f8f Mon Sep 17 00:00:00 2001 From: Ken Stevens Date: Mon, 9 Sep 2019 17:23:03 -0400 Subject: [PATCH] GraphQL Imports --- .../src/test/java/ca/uhn/fhir/util/GraphQLEngineTest.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/GraphQLEngineTest.java b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/GraphQLEngineTest.java index 4c6c1d32020..70cd2b7511f 100644 --- a/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/GraphQLEngineTest.java +++ b/hapi-fhir-structures-r4/src/test/java/ca/uhn/fhir/util/GraphQLEngineTest.java @@ -6,10 +6,7 @@ import org.hl7.fhir.r4.hapi.ctx.DefaultProfileValidationSupport; import org.hl7.fhir.r4.hapi.ctx.HapiWorkerContext; import org.hl7.fhir.r4.model.*; import org.hl7.fhir.r4.utils.GraphQLEngine; -import org.hl7.fhir.utilities.graphql.EGraphEngine; -import org.hl7.fhir.utilities.graphql.EGraphQLException; -import org.hl7.fhir.utilities.graphql.IGraphQLStorageServices; -import org.hl7.fhir.utilities.graphql.Parser; +import org.hl7.fhir.utilities.graphql.*; import org.junit.BeforeClass; import org.junit.Test; import org.mockito.invocation.InvocationOnMock;