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