fixing build

This commit is contained in:
leif stawnyczy 2024-08-07 10:35:32 -04:00
parent 796147e623
commit fe715bc681
1 changed files with 10 additions and 0 deletions

View File

@ -137,6 +137,16 @@ public class OkHttpRestfulClient implements IHttpClient {
return myRequest;
}
@Override
public void addHeadersToRequest(IHttpRequest theRequest, EncodingEnum theEncodingEnum, FhirContext theContext) {
// not needed for this client
}
@Override
public void setNewUrl(StringBuilder theUrl) {
myUrl = theUrl;
}
private void addHeadersToRequest(
OkHttpRestfulRequest theHttpRequest, EncodingEnum theEncoding, FhirContext theContext) {
if (myHeaders != null) {