1
0
mirror of synced 2025-12-22 18:08:12 +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

@@ -19,7 +19,7 @@ import java.util.Arrays;
* 单元测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-06-06
* created on 2020-06-06
*/
@Guice(modules = ApiTestModule.class)
public class WxOpenComponentServiceImplTest {

View File

@@ -4,7 +4,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 WxOpenFastMaServiceImplTest {

View File

@@ -4,7 +4,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 WxOpenMaServiceImplTest {

View File

@@ -9,7 +9,7 @@ import org.testng.annotations.Test;
* 单元测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-10-19
* created on 2020-10-19
*/
public class WxOpenOAuth2ServiceImplTest {
private final WxOpenOAuth2ServiceImpl service = new WxOpenOAuth2ServiceImpl("123", "");

View File

@@ -6,7 +6,7 @@ import org.testng.annotations.Test;
/**
* @title: 获取授权帐号详情 信息反序列化测试
* @author: trifolium
* @date: 2022/6/7
* created on : 2022/6/7
* @modified :
*/
public class WxOpenAuthorizerInfoResultTest {