🎨 fix javadoc by removing @date

This commit is contained in:
Binary Wang
2022-08-23 00:37:10 +08:00
parent f94e67056d
commit 36602d58a5
757 changed files with 789 additions and 762 deletions

View File

@@ -4,7 +4,7 @@ package com.github.binarywang.wxpay.config;
* 微信支付配置策略.
*
* @author zenghao
* @date 2021/3/12
* created on 2021/3/12
*/
public class WxPayConfigHolder {

View File

@@ -7,7 +7,7 @@ import java.io.Serializable;
* 微信支付 HTTP Proxy 正向代理配置
*
* @author Long Yu
* @date 2021-12-28 15:49:03
* created on 2021-12-28 15:49:03
*/
public class WxPayHttpProxy implements Serializable {