1
0
mirror of synced 2025-12-23 18:48:00 +08:00

🎨 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

@@ -11,7 +11,7 @@ import static org.testng.Assert.assertTrue;
* @author jiangby
* @version 1.0
* @description: 作用
* @date 2022/5/26 1:46
* created on 2022/5/26 1:46
*/
@Test
public class WxMessageInMemoryDuplicateCheckerSingletonTest {

View File

@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
/**
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-06-06
* created on 2020-06-06
*/
public class WxNetCheckResultTest {

View File

@@ -9,7 +9,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* GsonHelper 的单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-09-04
* created on 2020-09-04
*/
public class GsonHelperTest {