🎨 fix javadoc by removing @date
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
@@ -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", "");
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user