Remove duplicate @Override (#4228)

This commit is contained in:
wanghbxxxx 2019-05-31 19:28:40 +08:00 committed by Huang YunKun
parent 7f7a289878
commit 85dd59cd73
1 changed files with 1 additions and 2 deletions

View File

@ -151,7 +151,6 @@ public class XmlRpcProtocol extends AbstractProxyProtocol {
@Override
@SuppressWarnings("unchecked")
@Override
protected <T> T doRefer(final Class<T> serviceType, URL url) throws RpcException {
XmlRpcProxyFactoryBean xmlRpcProxyFactoryBean = new XmlRpcProxyFactoryBean();
xmlRpcProxyFactoryBean.setServiceUrl(url.setProtocol("http").toIdentityString());
@ -195,4 +194,4 @@ public class XmlRpcProtocol extends AbstractProxyProtocol {
}
}
}
}
}