🎨 fix javadoc by removing @date
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -13,7 +13,7 @@ import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author : cofedream
|
||||
* @date : 2021-01-28
|
||||
* created on : 2021-01-28
|
||||
*/
|
||||
@Test
|
||||
@Guice(modules = ApiTestModule.class)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -11,7 +11,7 @@ import org.testng.annotations.Test;
|
||||
|
||||
/**
|
||||
* @author yqx
|
||||
* @date 2020/5/3
|
||||
* created on 2020/5/3
|
||||
*/
|
||||
public class WxMaRedissonConfigImplTest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user