make FhirServerImpl visible in OSGi

This commit is contained in:
Bill Denton 2016-06-14 19:30:06 -07:00
parent 361c6e80c3
commit 4e83b59d3c
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package ca.uhn.fhir.osgi.impl; package ca.uhn.fhir.osgi;
/* /*
* #%L * #%L
@ -31,8 +31,6 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.osgi.FhirConfigurationException;
import ca.uhn.fhir.osgi.FhirServer;
import ca.uhn.fhir.rest.server.RestfulServer; import ca.uhn.fhir.rest.server.RestfulServer;
/** /**