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…
Reference in New Issue