cleanup with findbugs plugin

This commit is contained in:
jinyu
2016-05-03 13:54:14 +08:00
parent 205d9c4ee3
commit ce653e049d
10 changed files with 21 additions and 21 deletions
@@ -131,7 +131,7 @@ public class CashApi extends MchApi {
*
* @param certificate
* 后缀为*.p12的证书文件
* @param mpPayment
* @param payment
* 付款信息
* @return 付款结果
* @see com.foxinmy.weixin4j.payment.mch.CorpPayment
@@ -28,7 +28,7 @@ public abstract class HttpClientFactory {
private static volatile HttpClientFactory defaultFactory = newDefaultFactory();
/**
* NettyHttpClient -> ApacheHttpClient ->
* NettyHttpClient -> ApacheHttpClient(HttpComponent3&4) ->
* SimpleHttpClient(HttpURLConnection)
*
* @return
@@ -804,7 +804,7 @@ public class WeixinPayProxy {
/**
* 企业付款
*
* @see {@link #senCorpPayment(InputStream, CorpPayment)}
* @see {@link #sendCorpPayment(InputStream, CorpPayment)}
*/
public CorpPaymentResult sendCorpPayment(CorpPayment payment) throws WeixinException, IOException {
return cashApi.sendCorpPayment(new FileInputStream(settings.getCertificateFile0()), payment);