统一规范化部分javadoc

This commit is contained in:
Binary Wang 2017-09-21 15:09:17 +08:00
parent f86b594386
commit aa2ca20117
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -18,7 +18,7 @@ import java.nio.charset.StandardCharsets;
* 微信支付请求实现类jodd-http实现
* 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 {