One more fix to build

This commit is contained in:
James Agnew 2018-11-19 10:59:19 -05:00
parent 719339fc14
commit 5d6491b4e4
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,11 @@ public class JaxRsHttpRequest implements IHttpRequest {
return myRequestType.name(); return myRequestType.name();
} }
@Override
public void removeHeaders(String theHeaderName) {
myHeaders.remove(theHeaderName);
}
/** /**
* Get the Request * Get the Request
* *