Browse Source

统一规范化部分javadoc

master
Binary Wang 7 years ago
parent
commit
aa2ca20117
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java
  2. +1
    -1
      weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceJoddHttpImpl.java

+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceApacheHttpImpl.java View File

@@ -27,7 +27,7 @@ import java.nio.charset.StandardCharsets;
* Created by Binary Wang on 2016/7/28. * Created by Binary Wang on 2016/7/28.
* </pre> * </pre>
* *
* @author binarywang (https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/ */
public class WxPayServiceApacheHttpImpl extends WxPayServiceAbstractImpl { public class WxPayServiceApacheHttpImpl extends WxPayServiceAbstractImpl {




+ 1
- 1
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/service/impl/WxPayServiceJoddHttpImpl.java View File

@@ -18,7 +18,7 @@ import java.nio.charset.StandardCharsets;
* 微信支付请求实现类,jodd-http实现 * 微信支付请求实现类,jodd-http实现
* Created by Binary Wang on 2016/7/28. * Created by Binary Wang on 2016/7/28.
* *
* @author binarywang (https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/ */
public class WxPayServiceJoddHttpImpl extends WxPayServiceAbstractImpl { public class WxPayServiceJoddHttpImpl extends WxPayServiceAbstractImpl {




Loading…
Cancel
Save