Fix compilation error after wrong merge

This commit is contained in:
Sebastien Riviere 2017-08-22 14:46:33 +02:00
parent e652e000ae
commit b12a16d6c9
1 changed files with 0 additions and 5 deletions

View File

@ -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() {