mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-08 14:05:02 +00:00
Fix compilation error after wrong merge
This commit is contained in:
parent
e652e000ae
commit
b12a16d6c9
@ -115,11 +115,6 @@ public class JaxRsRestfulClientFactory extends RestfulClientFactory {
|
||||
protected JaxRsHttpClient getHttpClient(String theServerBase) {
|
||||
return new JaxRsHttpClient(getNativeClientClient(), new StringBuilder(theServerBase), null, null, null, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void resetHttpClient() {
|
||||
this.myNativeClient = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void resetHttpClient() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user