🎨 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

@@ -9,7 +9,7 @@ import lombok.NoArgsConstructor;
* 企点接口地址域名部分的自定义设置信息.
*
* @author alegria
* @date 2020-12-24
* created on 2020-12-24
*/
@Data
@Builder

View File

@@ -12,7 +12,7 @@ import java.util.concurrent.TimeUnit;
/**
* @author wuxingye
* @date 2020/6/12
* created on 2020/6/12
*/
@EqualsAndHashCode(callSuper = true)
@Data

View File

@@ -2,7 +2,7 @@ package me.chanjar.weixin.qidian.util;
/**
* @author alegria
* @date 2020年12月26日
* created on 2020年12月26日
*/
public class WxQidianConfigStorageHolder {
private static final ThreadLocal<String> THREAD_LOCAL = new ThreadLocal<String>() {