1
0
mirror of synced 2025-12-19 14:48:02 +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

@@ -23,7 +23,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-01-22
* created on 2020-01-22
*/
@Guice(modules = ApiTestModule.class)
public class WxMaCloudServiceImplTest {

View File

@@ -26,7 +26,7 @@ import java.math.BigDecimal;
*
* @author Luo
* @version 1.0
* @date 2021-10-14 11:48
* created on 2021-10-14 11:48
*/
@Guice(modules = ApiTestModule.class)
public class WxMaImmediateDeliveryServiceImplTest {

View File

@@ -16,7 +16,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 服务端网络相关接口测试
*
* @author <a href="https://github.com/chutian0124">chutian0124</a>
* @date 2021-09-06
* created on 2021-09-06
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -12,7 +12,7 @@ import org.testng.annotations.Test;
* 测试.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2021-02-15
* created on 2021-02-15
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -24,7 +24,7 @@ import static org.mockito.Mockito.when;
/**
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2020-07-05
* created on 2020-07-05
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -13,7 +13,7 @@ import java.util.Date;
/**
* @author : cofedream
* @date : 2021-01-28
* created on : 2021-01-28
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -21,7 +21,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* 测试类.
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
* @date 2019-12-15
* created on 2019-12-15
*/
@Test
@Guice(modules = ApiTestModule.class)

View File

@@ -11,7 +11,7 @@ import org.testng.annotations.Test;
/**
* @author yqx
* @date 2020/5/3
* created on 2020/5/3
*/
public class WxMaRedissonConfigImplTest {