mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
One more fix to build
This commit is contained in:
parent
719339fc14
commit
5d6491b4e4
@ -85,6 +85,11 @@ public class JaxRsHttpRequest implements IHttpRequest {
|
||||
return myRequestType.name();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeHeaders(String theHeaderName) {
|
||||
myHeaders.remove(theHeaderName);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the Request
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user