Fix compilation error after wrong merge
This commit is contained in:
parent
e652e000ae
commit
b12a16d6c9
|
@ -116,11 +116,6 @@ public class JaxRsRestfulClientFactory extends RestfulClientFactory {
|
||||||
return new JaxRsHttpClient(getNativeClientClient(), new StringBuilder(theServerBase), null, null, null, null);
|
return new JaxRsHttpClient(getNativeClientClient(), new StringBuilder(theServerBase), null, null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void resetHttpClient() {
|
|
||||||
this.myNativeClient = null;
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void resetHttpClient() {
|
protected void resetHttpClient() {
|
||||||
if (myNativeClient != null)
|
if (myNativeClient != null)
|
||||||
|
|
Loading…
Reference in New Issue